import streamlit as st text = st.text_input('Enter something:','') st.markdown(text)