Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akshayvkt
/
productAIze
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
productAIze
/
app.py
akshayvkt
Update app.py
f8417d2
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
84 Bytes
import
streamlit
as
st
text = st.text_input(
'Enter something:'
,
''
)
st.markdown(text)