Spaces:
Sleeping
Sleeping
Sathwikchowdary
commited on
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +1 -1
pages/Data_Collection.py
CHANGED
@@ -65,7 +65,7 @@ st.markdown(
|
|
65 |
)
|
66 |
|
67 |
# Add buttons for each data type
|
68 |
-
if st.button("
|
69 |
st.markdown(
|
70 |
"<p style='font-size: 16px; color: Black;'>Structured data is stored in a well-defined schema, such as tables or databases. Common examples include Excel files, CSV files, and SQL databases.</p>",
|
71 |
unsafe_allow_html=True
|
|
|
65 |
)
|
66 |
|
67 |
# Add buttons for each data type
|
68 |
+
if st.button("<h3 style='text-align: left; color: Black;'>🗂️Semi-Structured data </h3>"):
|
69 |
st.markdown(
|
70 |
"<p style='font-size: 16px; color: Black;'>Structured data is stored in a well-defined schema, such as tables or databases. Common examples include Excel files, CSV files, and SQL databases.</p>",
|
71 |
unsafe_allow_html=True
|