MadhuV28 commited on
Commit
104cd7e
·
1 Parent(s): 75bbe6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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","Text Message"))
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",