shwetashweta05 commited on
Commit
b5361bd
·
verified ·
1 Parent(s): 30aabc7

Update pages/6.Data Collection.py

Browse files
Files changed (1) hide show
  1. pages/6.Data Collection.py +2 -2
pages/6.Data Collection.py CHANGED
@@ -73,8 +73,8 @@ if data_type == "Structured":
73
  mime="application/octet-stream",
74
  )
75
 
76
- # CSV Format Section
77
- elif format_selected == "CSV":
78
  st.write("#### CSV Format")
79
 
80
  # Part (a) What it is
 
73
  mime="application/octet-stream",
74
  )
75
 
76
+ # CSV Format Section
77
+ elif format_selected == "CSV":
78
  st.write("#### CSV Format")
79
 
80
  # Part (a) What it is