aino813 commited on
Commit
f9af82f
1 Parent(s): f15c4c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ from fbprophet.plot import plot
6
  from dateutil.relativedelta import relativedelta
7
  import gradio as gr
8
  from dateutil.easter import easter
9
- #pd.options.plotting.backend = "plotly"
 
10
 
11
  def get_forecast(stock):
12
 
 
6
  from dateutil.relativedelta import relativedelta
7
  import gradio as gr
8
  from dateutil.easter import easter
9
+ from holidays import WEEKEND, HolidayBase
10
+ pd.options.plotting.backend = "plotly"
11
 
12
  def get_forecast(stock):
13