Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import streamlit as st
|
|
| 5 |
|
| 6 |
add_selectbox = st.sidebar.selectbox(
|
| 7 |
"How would you like to be contacted?",
|
| 8 |
-
("Email", "Home phone", "Mobile phone"
|
| 9 |
st.write('Please enter your', add_selectbox,':')
|
| 10 |
user_input = st.text_input("label goes here", default_value_goes_here)
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
add_selectbox = st.sidebar.selectbox(
|
| 7 |
"How would you like to be contacted?",
|
| 8 |
+
("Email", "Home phone", "Mobile phone"))
|
| 9 |
st.write('Please enter your', add_selectbox,':')
|
| 10 |
user_input = st.text_input("label goes here", default_value_goes_here)
|
| 11 |
|