DOMMETI commited on
Commit
a44bf52
·
verified ·
1 Parent(s): 62ce1ec

Update pages/4_Data.py

Browse files
Files changed (1) hide show
  1. pages/4_Data.py +2 -1
pages/4_Data.py CHANGED
@@ -78,7 +78,6 @@ st.markdown("""
78
  }
79
  </style>
80
  """, unsafe_allow_html=True)
81
- st.snow()
82
  st.title("DATA")
83
  st.header("What does the term data refers to?")
84
  st.subheader("Data")
@@ -112,6 +111,7 @@ st.markdown("""
112
  <li>Videos</li>
113
  <li>Text documents</li>
114
  <li>Social Media Feeds</li>
 
115
  </ul>
116
  """, unsafe_allow_html=True)
117
 
@@ -124,6 +124,7 @@ st.markdown("""
124
  <li>JSON Files</li>
125
  <li>Emails</li>
126
  <li>HTML Documents</li>
 
127
  </ul>
128
  """, unsafe_allow_html=True)
129
 
 
78
  }
79
  </style>
80
  """, unsafe_allow_html=True)
 
81
  st.title("DATA")
82
  st.header("What does the term data refers to?")
83
  st.subheader("Data")
 
111
  <li>Videos</li>
112
  <li>Text documents</li>
113
  <li>Social Media Feeds</li>
114
+ <li>Audio</li>
115
  </ul>
116
  """, unsafe_allow_html=True)
117
 
 
124
  <li>JSON Files</li>
125
  <li>Emails</li>
126
  <li>HTML Documents</li>
127
+ <li>XML</li>
128
  </ul>
129
  """, unsafe_allow_html=True)
130