Spaces:
Runtime error
Runtime error
Commit
·
1529e09
1
Parent(s):
8c3d0e9
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ st.markdown("This writing assistant detects and corrects grammatical mistakes fo
|
|
23 |
st.subheader("Some examples: ")
|
24 |
example_1 = st.button("I am write on AI")
|
25 |
example_2 = st.button("This sentence has, bads grammar mistake!")
|
26 |
-
|
27 |
-
textbox = st.
|
28 |
|
29 |
button = st.button('Detect grammar mistakes:')
|
30 |
|
|
|
23 |
st.subheader("Some examples: ")
|
24 |
example_1 = st.button("I am write on AI")
|
25 |
example_2 = st.button("This sentence has, bads grammar mistake!")
|
26 |
+
# height=100,
|
27 |
+
textbox = st.text_input('Write your text in this box:', '', max_chars=500 )
|
28 |
|
29 |
button = st.button('Detect grammar mistakes:')
|
30 |
|