Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whitphx
/
streamlit-reqs-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4a76e69
streamlit-reqs-test
/
app.py
whitphx
HF Staff
Create app.py
4a76e69
over 1 year ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
streamlit
as
st
import
pydantic
st.write(
"Pydantic version"
, pydantic.__version__)