productAIze / app.py
akshayvkt's picture
Update app.py
f8417d2
raw
history blame contribute delete
No virus
84 Bytes
import streamlit as st
text = st.text_input('Enter something:','')
st.markdown(text)