Spaces:
Sleeping
Sleeping
Update pages/3_Life cycle of ML.py
Browse files
pages/3_Life cycle of ML.py
CHANGED
|
@@ -77,7 +77,7 @@ ml_lifecycle_html = """
|
|
| 77 |
"""
|
| 78 |
|
| 79 |
# Define pages
|
| 80 |
-
params = st.
|
| 81 |
current_page = params.get("page", ["main"])[0]
|
| 82 |
|
| 83 |
def main_page():
|
|
|
|
| 77 |
"""
|
| 78 |
|
| 79 |
# Define pages
|
| 80 |
+
params = st.query_params()
|
| 81 |
current_page = params.get("page", ["main"])[0]
|
| 82 |
|
| 83 |
def main_page():
|