Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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)
|