Spaces:
Sleeping
Sleeping
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +4 -4
pages/Data_Collection.py
CHANGED
@@ -90,8 +90,8 @@ st.markdown(
|
|
90 |
)
|
91 |
|
92 |
# Buttons for each stage
|
93 |
-
st.markdown("###
|
94 |
-
col1, col2 = st.columns(
|
95 |
|
96 |
with col1:
|
97 |
if st.button("SQL"):
|
@@ -100,7 +100,7 @@ with col1:
|
|
100 |
st.switch_page("pages/info_of_CSV.py")
|
101 |
|
102 |
with col2:
|
103 |
-
if st.button("
|
104 |
# Add your intended functionality for the "More info" button
|
105 |
-
st.write("You can add more information
|
106 |
|
|
|
90 |
)
|
91 |
|
92 |
# Buttons for each stage
|
93 |
+
st.markdown("### Types of Data:")
|
94 |
+
col1, col2,col3 = st.columns(3)
|
95 |
|
96 |
with col1:
|
97 |
if st.button("SQL"):
|
|
|
100 |
st.switch_page("pages/info_of_CSV.py")
|
101 |
|
102 |
with col2:
|
103 |
+
if st.button("Json"):
|
104 |
# Add your intended functionality for the "More info" button
|
105 |
+
st.write("You can add more information about json.")
|
106 |
|