Spaces:
Sleeping
Sleeping
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +0 -4
pages/Data_Collection.py
CHANGED
@@ -96,12 +96,8 @@ col1, col2 = st.columns(2)
|
|
96 |
with col1:
|
97 |
if st.button("SQL"):
|
98 |
st.switch_page("pages/excel_Files.py")
|
99 |
-
display_lifecycle_stage("Problem Statement")
|
100 |
if st.button("CSV"):
|
101 |
-
display_lifecycle_stage("CSV")
|
102 |
if st.button("SQL"):
|
103 |
-
display_lifecycle_stage("SQL")
|
104 |
|
105 |
with col2:
|
106 |
if st.button("More info"):
|
107 |
-
display_lifecycle_stage("More info")
|
|
|
96 |
with col1:
|
97 |
if st.button("SQL"):
|
98 |
st.switch_page("pages/excel_Files.py")
|
|
|
99 |
if st.button("CSV"):
|
|
|
100 |
if st.button("SQL"):
|
|
|
101 |
|
102 |
with col2:
|
103 |
if st.button("More info"):
|
|