import streamlit as st st.title("Simple Hi App") user_text = st.text_input("Enter some text:") st.write("hi")