File size: 84 Bytes
1d2a452
f8417d2
1d2a452
1
2
3
import streamlit as st
text = st.text_input('Enter something:','')
st.markdown(text)