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