Hugging Face
Models
Datasets
Spaces
Community
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...
akshayvkt
commited on
Feb 3, 2023
Commit
f8417d2
·
1 Parent(s):
223d2b1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import streamlit as st
2
-
text = st.
input_text
('Enter something:','')
3
st.markdown(text)
1
import streamlit as st
2
+
text = st.
text_input
('Enter something:','')
3
st.markdown(text)