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...
DataWizard9742
commited on
Jan 6, 2024
Commit
47fa594
·
1 Parent(s):
abf4aa0
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from fbprophet import prophet
2
+
import yfinance as yf
3
+
4
+
print("hello world")