Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ app_options = [
|
|
104 |
]
|
105 |
|
106 |
# Sidebar dropdown for selecting the application
|
107 |
-
selected_app = st.sidebar.selectbox("Select Step (1-
|
108 |
|
109 |
# Clear session state when switching apps
|
110 |
if 'last_selected_app' in st.session_state:
|
|
|
104 |
]
|
105 |
|
106 |
# Sidebar dropdown for selecting the application
|
107 |
+
selected_app = st.sidebar.selectbox("Select Step (1-6)", app_options)
|
108 |
|
109 |
# Clear session state when switching apps
|
110 |
if 'last_selected_app' in st.session_state:
|