Spaces:
Sleeping
Sleeping
Commit
·
546cada
1
Parent(s):
7dc63d1
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 |
if description or 'next_clicked' in st.session_state:
|
| 65 |
-
if st.button("Next", key="next_to_dataset"):
|
| 66 |
st.session_state['next_clicked'] = True
|
| 67 |
st.session_state.show_dataset_description = True
|
| 68 |
|
|
|
|
| 62 |
description = st.text_area("", key="app_description")
|
| 63 |
|
| 64 |
if description or 'next_clicked' in st.session_state:
|
| 65 |
+
if st.button("Next step: Dataset", key="next_to_dataset"):
|
| 66 |
st.session_state['next_clicked'] = True
|
| 67 |
st.session_state.show_dataset_description = True
|
| 68 |
|