Spaces:
Sleeping
Sleeping
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +4 -1
pages/Data_Collection.py
CHANGED
@@ -97,7 +97,10 @@ with col1:
|
|
97 |
if st.button("SQL"):
|
98 |
st.switch_page("pages/excel_Files.py")
|
99 |
if st.button("CSV"):
|
100 |
-
st.
|
101 |
|
102 |
with col2:
|
103 |
if st.button("More info"):
|
|
|
|
|
|
|
|
97 |
if st.button("SQL"):
|
98 |
st.switch_page("pages/excel_Files.py")
|
99 |
if st.button("CSV"):
|
100 |
+
st.switch_page("pages/info_of_CSV.py")
|
101 |
|
102 |
with col2:
|
103 |
if st.button("More info"):
|
104 |
+
# Add your intended functionality for the "More info" button
|
105 |
+
st.write("You can add more information here about the lifecycle stages.")
|
106 |
+
|