Modfiededition commited on
Commit
1529e09
1 Parent(s): 8c3d0e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.text_area('Write your text in this box:', '', height=100, max_chars=1000 )
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