DOMMETI commited on
Commit
a896432
·
verified ·
1 Parent(s): 02b1adb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -68,4 +68,12 @@ st.header("What does the term data refers to?")
68
  st.subheader("Data")
69
  st.markdown("""
70
  Data refers to a collection of information gathered from various sources. Here are a few examples:
71
- """, unsafe_allow_html=True)
 
 
 
 
 
 
 
 
 
68
  st.subheader("Data")
69
  st.markdown("""
70
  Data refers to a collection of information gathered from various sources. Here are a few examples:
71
+ """, unsafe_allow_html=True)
72
+ st.markdown("""
73
+ <ul class="icon-bullet">
74
+ <li>Images</li>
75
+ <li>Text</li>
76
+ <li>Videos</li>
77
+ <li>Audio recordings</li>
78
+ </ul>
79
+ """,unsafe_allow_html=True)