Sathwikchowdary commited on
Commit
14c0de6
·
verified ·
1 Parent(s): 06c01be

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. 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
+ )