Sathwikchowdary commited on
Commit
9958fa4
·
verified ·
1 Parent(s): e440dca

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data_Collection.py +2 -2
pages/Data_Collection.py CHANGED
@@ -98,11 +98,11 @@ with col1:
98
  display_lifecycle_stage(
99
  "Problem Statement",
100
  )
101
- if st.button("CSV"):
102
  display_lifecycle_stage(
103
  "CSV"
104
  )
105
- if st.button("SQL"):
106
  display_lifecycle_stage(
107
  "SQL"
108
  )
 
98
  display_lifecycle_stage(
99
  "Problem Statement",
100
  )
101
+ if st.button("CSV"):
102
  display_lifecycle_stage(
103
  "CSV"
104
  )
105
+ if st.button("SQL"):
106
  display_lifecycle_stage(
107
  "SQL"
108
  )