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