Spaces:
Runtime error
Runtime error
Poe Dator
commited on
Commit
·
31c688d
1
Parent(s):
18ffb1c
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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)
|
| 5 |
+
|
| 6 |
+
text = st.text_area("ENTER TEXT HERE")
|
| 7 |
+
|
| 8 |
+
print(text.upper())
|