Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AlexStav
/
Stock-Forecasting-with-FBProphet
like
17
Running
App
Files
Files
Community
AlexStav
commited on
Nov 8, 2023
Commit
67eaf73
•
1 Parent(s):
9e62a5b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import streamlit as st
2
import pandas as pd
3
from prophet import Prophet
1
+
!pip install prophet
2
+
3
+
4
import streamlit as st
5
import pandas as pd
6
from prophet import Prophet