AlexStav commited on
Commit
67eaf73
1 Parent(s): 9e62a5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -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