Spaces:
Sleeping
Sleeping
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +0 -1
pages/Data_Collection.py
CHANGED
@@ -93,7 +93,6 @@ st.markdown("### Select a Lifecycle Stage to Learn More:")
|
|
93 |
col1,col2 = st.columns(2)
|
94 |
|
95 |
with col1:
|
96 |
-
if st.button("More info on structured data"):
|
97 |
if st.button("SQL"):
|
98 |
st.switch_page("pages/excel_Files.py")
|
99 |
display_lifecycle_stage(
|
|
|
93 |
col1,col2 = st.columns(2)
|
94 |
|
95 |
with col1:
|
|
|
96 |
if st.button("SQL"):
|
97 |
st.switch_page("pages/excel_Files.py")
|
98 |
display_lifecycle_stage(
|