DataWizard9742 commited on
Commit
47fa594
·
1 Parent(s): abf4aa0

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from fbprophet import prophet
2
+ import yfinance as yf
3
+
4
+ print("hello world")