shwetashweta05 commited on
Commit
eb350c4
·
verified ·
1 Parent(s): 3b0cd25

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
@@ -9,8 +9,8 @@ st.write("""
9
  - **Forms:** Data can exist as numbers, text, images, videos, sounds, and more.
10
  - **Source:** Data can be collected from various sources, such as surveys, sensors, transactions, or online platforms.
11
  """)
12
-
13
- data_type = st.radio("Select a type of data:", ["Structured", "Unstructured", "Semi-Structured"])
14
 
15
  # Structured Data Section
16
  if data_type == "Structured":
 
9
  - **Forms:** Data can exist as numbers, text, images, videos, sounds, and more.
10
  - **Source:** Data can be collected from various sources, such as surveys, sensors, transactions, or online platforms.
11
  """)
12
+ st.subheader("**Types of Data**")
13
+ data_type = st.radio("**Select a type of data:**", ["Structured", "Unstructured", "Semi-Structured"])
14
 
15
  # Structured Data Section
16
  if data_type == "Structured":