Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -874,7 +874,7 @@ def main():
|
|
| 874 |
st.session_state.price_accepted = 0
|
| 875 |
|
| 876 |
|
| 877 |
-
|
| 878 |
"welcome": welcome_page,
|
| 879 |
"scenario_explanation": scenario_explanation,
|
| 880 |
"map_view": map_view,
|
|
|
|
| 874 |
st.session_state.price_accepted = 0
|
| 875 |
|
| 876 |
|
| 877 |
+
pages = {
|
| 878 |
"welcome": welcome_page,
|
| 879 |
"scenario_explanation": scenario_explanation,
|
| 880 |
"map_view": map_view,
|