Spaces:
Running
Running
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +1 -1
pages/Data_Collection.py
CHANGED
@@ -94,7 +94,7 @@ st.markdown("### Types of Data:")
|
|
94 |
col1, col2,col3 = st.columns(3)
|
95 |
|
96 |
with col1:
|
97 |
-
if st.button("
|
98 |
st.switch_page("pages/excel_Files.py")
|
99 |
if st.button("CSV"):
|
100 |
st.switch_page("pages/info_of_CSV.py")
|
|
|
94 |
col1, col2,col3 = st.columns(3)
|
95 |
|
96 |
with col1:
|
97 |
+
if st.button("EXCEL"):
|
98 |
st.switch_page("pages/excel_Files.py")
|
99 |
if st.button("CSV"):
|
100 |
st.switch_page("pages/info_of_CSV.py")
|