Update pages/Life Cycle of ML.py
Browse files
pages/Life Cycle of ML.py
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
|
2 |
-
Main Application File (app.py)
|
3 |
-
python
|
4 |
-
Copy code
|
5 |
import streamlit as st
|
6 |
import os
|
7 |
|
@@ -29,7 +26,7 @@ elif page == "Data Collection":
|
|
29 |
|
30 |
# Handling query parameters for structured data navigation
|
31 |
query_params = st.experimental_get_query_params()
|
32 |
-
if query_params.get("
|
33 |
st.title("Excel Data Format")
|
34 |
st.write("#### What is Excel?")
|
35 |
st.write("""
|
|
|
1 |
|
|
|
|
|
|
|
2 |
import streamlit as st
|
3 |
import os
|
4 |
|
|
|
26 |
|
27 |
# Handling query parameters for structured data navigation
|
28 |
query_params = st.experimental_get_query_params()
|
29 |
+
if query_params.get("pages", [None])[0] == "structured_excel":
|
30 |
st.title("Excel Data Format")
|
31 |
st.write("#### What is Excel?")
|
32 |
st.write("""
|