jhon parra
commited on
Commit
·
6576e07
1
Parent(s):
5580d4b
generate button
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with col1:
|
|
42 |
st.text("")
|
43 |
input_user_text = st.text_area('Input Text', 'Mi gobierno es',key="input_user_txt")
|
44 |
st.text("")
|
45 |
-
go_button=st.form_submit_button('Generate'
|
46 |
|
47 |
|
48 |
with col2:
|
|
|
42 |
st.text("")
|
43 |
input_user_text = st.text_area('Input Text', 'Mi gobierno es',key="input_user_txt")
|
44 |
st.text("")
|
45 |
+
go_button=st.form_submit_button('Generate')
|
46 |
|
47 |
|
48 |
with col2:
|