Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DataWizard9742
/
test
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
app.py
DataWizard9742
Create app.py
47fa594
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
73 Bytes
from
fbprophet
import
prophet
import
yfinance
as
yf
print
(
"hello world"
)