Spaces:
Runtime error
Runtime error
Commit
·
f37dabc
1
Parent(s):
e59e414
first try
Browse files
app.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
st.markdown('### You are gay, man.')
|
4 |
+
st.markdown('<img src=\'https://sun9-76.userapi.com/impg/Wsd9lR42hY-8Hl_u5sAuCuxAJZ_OoXZMz8XbGA/jGaZN7X3UrU.jpg?size=1368x1080&quality=96&sign=c64d55f33cb98694f6514df99f81c732&type=album\' width=\'30%\'>', unsafe_allow_html=True)
|