Spaces:
Running
Running
Update pages/Data_Collection.py
Browse files- 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 |
-
|
102 |
display_lifecycle_stage(
|
103 |
"CSV"
|
104 |
)
|
105 |
-
|
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 |
)
|