jhon parra commited on
Commit
6576e07
·
1 Parent(s): 5580d4b

generate button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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',use_container_width=True)
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: