abhivsh commited on
Commit
4190a45
·
verified ·
1 Parent(s): 2ffe710

updated import go

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import numpy as np
4
  import yfinance as yf
5
  from prophet import Prophet
6
  from prophet.plot import plot_plotly, plot_components_plotly
 
7
 
8
 
9
  import warnings
 
4
  import yfinance as yf
5
  from prophet import Prophet
6
  from prophet.plot import plot_plotly, plot_components_plotly
7
+ import plotly.graph_objects as go
8
 
9
 
10
  import warnings