Update app.py
Browse files
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 |
|