Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ st.markdown("Paste or type text, enter and the machine will attempt to correct y
|
|
52 |
st.subheader("Example text: ")
|
53 |
col1, col2 = st.columns([1, 1])
|
54 |
with col1:
|
55 |
-
example_1 = st.button("
|
56 |
with col2:
|
57 |
example_2 = st.button("Who are the president?")
|
58 |
|
@@ -79,7 +79,7 @@ def output(text):
|
|
79 |
debounce_time=0)
|
80 |
|
81 |
if example_1:
|
82 |
-
output("
|
83 |
elif example_2:
|
84 |
output("Who are the president?")
|
85 |
elif input_text:
|
|
|
52 |
st.subheader("Example text: ")
|
53 |
col1, col2 = st.columns([1, 1])
|
54 |
with col1:
|
55 |
+
example_1 = st.button("Intrailly, the costumers was mad about why they will not but Fast Fashion again as they")
|
56 |
with col2:
|
57 |
example_2 = st.button("Who are the president?")
|
58 |
|
|
|
79 |
debounce_time=0)
|
80 |
|
81 |
if example_1:
|
82 |
+
output("Intrailly, the costumers was mad about why they will not but Fast Fashion again as they")
|
83 |
elif example_2:
|
84 |
output("Who are the president?")
|
85 |
elif input_text:
|