Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,4 +76,5 @@ st.markdown("""
|
|
| 76 |
<li>Videos</li>
|
| 77 |
<li>Audio recordings</li>
|
| 78 |
</ul>
|
| 79 |
-
""",unsafe_allow_html=True)
|
|
|
|
|
|
| 76 |
<li>Videos</li>
|
| 77 |
<li>Audio recordings</li>
|
| 78 |
</ul>
|
| 79 |
+
""",unsafe_allow_html=True)
|
| 80 |
+
st.image("https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/qpmLGi47ucDCWYEi8eZhE.png",caption="An Example of Data",width=400)
|