Spaces:
Sleeping
Sleeping
MartinKosela
commited on
Commit
•
2cb068a
1
Parent(s):
07e580e
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ st.markdown("<h4 style='font-size:20px;'>Outline Your Application's Functionalit
|
|
62 |
description = st.text_area("", key="app_description")
|
63 |
|
64 |
# Hardcoded 'Next' button that is always visible
|
65 |
-
if st.button("Next", key="next_to_dataset"):
|
66 |
st.session_state.show_dataset_description = True
|
67 |
|
68 |
if 'show_dataset_description' in st.session_state and st.session_state.show_dataset_description:
|
|
|
62 |
description = st.text_area("", key="app_description")
|
63 |
|
64 |
# Hardcoded 'Next' button that is always visible
|
65 |
+
if st.button("Next step: Dataset", key="next_to_dataset"):
|
66 |
st.session_state.show_dataset_description = True
|
67 |
|
68 |
if 'show_dataset_description' in st.session_state and st.session_state.show_dataset_description:
|