Wootang01 commited on
Commit
c42314f
·
1 Parent(s): ef5a4ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
 
3
  st.title("Grammar Corrector")
4
- st.write("Paste or type text, select number of correction options, enter and the machine will attempt to correct your text's grammar.")
5
 
6
  default_text = "In conclusion,if anyone has some problem the customers must be returned."
7
  sent = st.text_area("Text", default_text, height=40)
 
1
  import streamlit as st
2
 
3
  st.title("Grammar Corrector")
4
+ st.write("Paste or type text, select number of correction options, enter and the machine will present attempts to correct your text's grammar.")
5
 
6
  default_text = "In conclusion,if anyone has some problem the customers must be returned."
7
  sent = st.text_area("Text", default_text, height=40)