Update pages/6.Data Collection.py
Browse files
pages/6.Data Collection.py
CHANGED
@@ -73,8 +73,8 @@ if data_type == "Structured":
|
|
73 |
mime="application/octet-stream",
|
74 |
)
|
75 |
|
76 |
-
|
77 |
-
|
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
|