osman93 commited on
Commit
8cf160b
·
verified ·
1 Parent(s): c9fa163

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,7 +24,8 @@ def complete_setup():
24
 
25
  # Setup stage for collecting user details
26
  if not st.session_state.setup_complete:
27
- st.subheader('Personal Information')
 
28
 
29
  # Get personal information input
30
  st.session_state["name"] = st.text_input(label="Name", value="", placeholder="Enter your name", max_chars=40)
 
24
 
25
  # Setup stage for collecting user details
26
  if not st.session_state.setup_complete:
27
+ # st.subheader('Personal Information')
28
+ st.subheader('Personal Information afaefaef')
29
 
30
  # Get personal information input
31
  st.session_state["name"] = st.text_input(label="Name", value="", placeholder="Enter your name", max_chars=40)