Yoshinoheart commited on
Commit
9fc763e
·
1 Parent(s): 16a696d
Files changed (1) hide show
  1. app.py +0 -5
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")