Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ def run_generate(text, bad_words):
|
|
215 |
return yo
|
216 |
|
217 |
with st.form(key='my_form'):
|
218 |
-
prompt = st.text_area(label='Enter sentence', value=g)
|
219 |
submit_button = st.form_submit_button(label='Submit')
|
220 |
submit_button2 = st.form_submit_button(label='Fast Forward')
|
221 |
submit_button3 = st.form_submit_button(label='Fast Forward 2.0')
|
|
|
215 |
return yo
|
216 |
|
217 |
with st.form(key='my_form'):
|
218 |
+
prompt = st.text_area(label='Enter sentence', value=g, height=500)
|
219 |
submit_button = st.form_submit_button(label='Submit')
|
220 |
submit_button2 = st.form_submit_button(label='Fast Forward')
|
221 |
submit_button3 = st.form_submit_button(label='Fast Forward 2.0')
|