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