Spaces:
Sleeping
Sleeping
Sathwikchowdary
commited on
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +5 -2
pages/Data_Collection.py
CHANGED
@@ -90,7 +90,7 @@ st.markdown(
|
|
90 |
)
|
91 |
# Buttons for each stage
|
92 |
st.markdown("### Select a Lifecycle Stage to Learn More:")
|
93 |
-
col1 = st.columns(2)
|
94 |
|
95 |
with col1:
|
96 |
if st.button("More info on structured data"):
|
@@ -107,4 +107,7 @@ with col1:
|
|
107 |
display_lifecycle_stage(
|
108 |
"SQL"
|
109 |
)
|
110 |
-
|
|
|
|
|
|
|
|
90 |
)
|
91 |
# Buttons for each stage
|
92 |
st.markdown("### Select a Lifecycle Stage to Learn More:")
|
93 |
+
col1,col2 = st.columns(2)
|
94 |
|
95 |
with col1:
|
96 |
if st.button("More info on structured data"):
|
|
|
107 |
display_lifecycle_stage(
|
108 |
"SQL"
|
109 |
)
|
110 |
+
|
111 |
+
with col2:
|
112 |
+
if st.button("More info"):
|
113 |
+
)
|