Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,8 +5,10 @@ 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 |
with st.sidebar:
|
| 11 |
add_radio = st.radio(
|
| 12 |
"What day are you available",
|
|
|
|
| 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 |
+
|
| 12 |
with st.sidebar:
|
| 13 |
add_radio = st.radio(
|
| 14 |
"What day are you available",
|