Commit
·
9fc763e
1
Parent(s):
16a696d
Remove
Browse files
app.py
CHANGED
@@ -63,11 +63,6 @@ def main():
|
|
63 |
# Display corrected text
|
64 |
st.subheader("Corrected Text:")
|
65 |
st.write(corrected_grammar_text) # Display grammar-corrected text
|
66 |
-
|
67 |
-
# Display spelling correction if there's a difference
|
68 |
-
if corrected_spelling_text != corrected_grammar_text:
|
69 |
-
st.write("Spelling was also corrected to:")
|
70 |
-
st.write(corrected_spelling_text)
|
71 |
|
72 |
# Display counters
|
73 |
st.subheader("Corrections Summary")
|
|
|
63 |
# Display corrected text
|
64 |
st.subheader("Corrected Text:")
|
65 |
st.write(corrected_grammar_text) # Display grammar-corrected text
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
# Display counters
|
68 |
st.subheader("Corrections Summary")
|