Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,8 +25,10 @@ st.markdown("""This type of data will not be having any effective or well
|
|
| 25 |
organized format. This type of data doesn’t have any row’s and column’s. Some of the best
|
| 26 |
example’s of unstructured data are given below.\n * IMAGE\n * VIDEO\n * TEXT\n *Social Media Feeds
|
| 27 |
""")
|
|
|
|
| 28 |
st.subheader("**Semi Structured Data**")
|
| 29 |
st.markdown("""This type of data can be called as combination of
|
| 30 |
structured data as well as unstructured data. Some of the best examples of semi structured
|
| 31 |
data are given below.\n * COMMA SEPERATED VARIABLE\n *JSON FILES\n * E-MAILS\n * HTML
|
| 32 |
-
""")
|
|
|
|
|
|
| 25 |
organized format. This type of data doesn’t have any row’s and column’s. Some of the best
|
| 26 |
example’s of unstructured data are given below.\n * IMAGE\n * VIDEO\n * TEXT\n *Social Media Feeds
|
| 27 |
""")
|
| 28 |
+
st.image("https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/xhaNBRanDaj8esumqo9hl.png", width=400)
|
| 29 |
st.subheader("**Semi Structured Data**")
|
| 30 |
st.markdown("""This type of data can be called as combination of
|
| 31 |
structured data as well as unstructured data. Some of the best examples of semi structured
|
| 32 |
data are given below.\n * COMMA SEPERATED VARIABLE\n *JSON FILES\n * E-MAILS\n * HTML
|
| 33 |
+
""")
|
| 34 |
+
st.image("https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/Nupc6BePInRVo9gJwLfWH.png", width=400)
|