Spaces:
Running
Running
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +1 -1
pages/Data_Collection.py
CHANGED
@@ -97,7 +97,7 @@ with col1:
|
|
97 |
if st.button("SQL"):
|
98 |
st.switch_page("pages/excel_Files.py")
|
99 |
if st.button("CSV"):
|
100 |
-
|
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("pages/info_of_CSV.py")
|
101 |
|
102 |
with col2:
|
103 |
if st.button("More info"):
|