Spaces:
Runtime error
Runtime error
Poe Dator
commited on
Commit
·
18ffb1c
1
Parent(s):
889109a
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
st.markdown("### Privet, mir!")
|
4 |
-
st.markdown("<img width=200px src='https://i.pinimg.com/736x/11/33/19/113319f0ffe91f4bb0f468914b9916da.jpg'
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
st.markdown("### Privet, mir!")
|
4 |
+
st.markdown("<img width=200px src='https://i.pinimg.com/736x/11/33/19/113319f0ffe91f4bb0f468914b9916da.jpg'>", unsafe_allow_html=True)
|