creative2 / app.py
artintel235's picture
Update app.py
b75a5c7 verified
raw
history blame
112 Bytes
import streamlit as st
st.title("Simple Hi App")
user_text = st.text_input("Enter some text:")
st.write("hi")