Wootang01 commited on
Commit
c83e710
·
1 Parent(s): 781a561

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ st.title("Grammar Corrector Two")
49
  st.markdown("Paste or type text. Submit. The machine will attempt to correct your text's grammar and highlight its corrections.")
50
 
51
  st.subheader("Example text: ")
52
- col1, col2, col3 = st.columns([1, 1])
53
  with col1:
54
  example_1 = st.button("Intrailly, the costumers was mad about why they will not but Fast Fashion again as they")
55
  with col2:
 
49
  st.markdown("Paste or type text. Submit. The machine will attempt to correct your text's grammar and highlight its corrections.")
50
 
51
  st.subheader("Example text: ")
52
+ col1, col2, col3 = st.columns([1, 2, 1])
53
  with col1:
54
  example_1 = st.button("Intrailly, the costumers was mad about why they will not but Fast Fashion again as they")
55
  with col2: