Spaces:
Running
Running
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +1 -1
pages/Data_Collection.py
CHANGED
@@ -101,7 +101,7 @@ with col1:
|
|
101 |
)
|
102 |
if st.button("CSV"):
|
103 |
display_lifecycle_stage(
|
104 |
-
"(Comma-Separated Values) is a plain text format where each row represents a record, and fields are separated by commas"
|
105 |
)
|
106 |
if st.button("SQL"):
|
107 |
display_lifecycle_stage(
|
|
|
101 |
)
|
102 |
if st.button("CSV"):
|
103 |
display_lifecycle_stage(
|
104 |
+
"(Comma-Separated Values) is a plain text format where each row represents a record, and fields are separated by commas"
|
105 |
)
|
106 |
if st.button("SQL"):
|
107 |
display_lifecycle_stage(
|