File size: 112 Bytes
38c235b
1942e54
b75a5c7
a6c395e
b75a5c7
a6c395e
b75a5c7
1
2
3
4
5
6
7
import streamlit as st

st.title("Simple Hi App")

user_text = st.text_input("Enter some text:")

st.write("hi")