Sathwikchowdary commited on
Commit
0578cf3
·
verified ·
1 Parent(s): 27c6c15

Update pages/Data_Collection.py

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