Update pages/6.Data Collection.py
Browse files
pages/6.Data Collection.py
CHANGED
@@ -21,7 +21,7 @@ if data_type == "Structured":
|
|
21 |
|
22 |
# Buttons for Data Formats
|
23 |
format_selected = st.radio(
|
24 |
-
"Select a data format to learn more:", ["Excel", "CSV"]
|
25 |
)
|
26 |
|
27 |
# Excel Format Section
|
|
|
21 |
|
22 |
# Buttons for Data Formats
|
23 |
format_selected = st.radio(
|
24 |
+
"Select a data format to learn more:", ["Excel", "CSV","XML"]
|
25 |
)
|
26 |
|
27 |
# Excel Format Section
|