import streamlit as st x = st.text_input('This will be console logged') print(x)