Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cbensimon
/
streamlit-log
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dd9d7a5
streamlit-log
/
app.py
cbensimon
HF Staff
Create app.py
dd9d7a5
about 3 years ago
raw
Copy download link
history
blame
Safe
82 Bytes
import
streamlit
as
st
x = st.text_input(
'This will be console logged'
)
print
(x)