Spaces:
Sleeping
Sleeping
Update pages/3_Life cycle of ML.py
Browse files
pages/3_Life cycle of ML.py
CHANGED
|
@@ -76,9 +76,6 @@ ml_lifecycle_html = """
|
|
| 76 |
</div>
|
| 77 |
"""
|
| 78 |
|
| 79 |
-
# Define pages
|
| 80 |
-
params = st.query_params()
|
| 81 |
-
current_page = params.get("page", ["main"])[0]
|
| 82 |
|
| 83 |
def main_page():
|
| 84 |
st.markdown("<h1>Machine Learning Lifecycle</h1>", unsafe_allow_html=True)
|
|
|
|
| 76 |
</div>
|
| 77 |
"""
|
| 78 |
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
def main_page():
|
| 81 |
st.markdown("<h1>Machine Learning Lifecycle</h1>", unsafe_allow_html=True)
|