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