Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ Translated into the Style of Abraham Lincoln: corn fields ( permeate illinois /
|
|
56 |
|
57 |
***
|
58 |
|
59 |
-
informal english:
|
60 |
with st.form(key='my_form'):
|
61 |
prompt = st.text_area(label='Enter sentence', value=g)
|
62 |
submit_button = st.form_submit_button(label='Submit')
|
|
|
56 |
|
57 |
***
|
58 |
|
59 |
+
informal english:"""
|
60 |
with st.form(key='my_form'):
|
61 |
prompt = st.text_area(label='Enter sentence', value=g)
|
62 |
submit_button = st.form_submit_button(label='Submit')
|