pere commited on
Commit
a7bd8ae
·
1 Parent(s): 684e106

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ if button2:
47
  st.text("Fixed text: ")
48
 
49
  form = st.form(key='my_form')
50
- form.text_input(label='Enter some text')
51
  submit_button = form.form_submit_button(label='Submit')
52
  #https://blog.streamlit.io/introducing-submit-button-and-forms/
53
 
 
47
  st.text("Fixed text: ")
48
 
49
  form = st.form(key='my_form')
50
+ form.text_input("test",label='Enter some text')
51
  submit_button = form.form_submit_button(label='Submit')
52
  #https://blog.streamlit.io/introducing-submit-button-and-forms/
53