889109a 31c688d
1
2
3
4
5
6
7
8
import streamlit as st st.markdown("### Privet, mir!") st.markdown("<img width=200px src='https://i.pinimg.com/736x/11/33/19/113319f0ffe91f4bb0f468914b9916da.jpg'>", unsafe_allow_html=True) text = st.text_area("ENTER TEXT HERE") print(text.upper())