XPMaster commited on
Commit
9c7e0d2
1 Parent(s): c2fa7d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -71,8 +71,6 @@ if forecast is not None:
71
  st.table(forecast_df)
72
  fig = px.line(forecast_df, x=forecast_df.index, y="Forecast")
73
  st.plotly_chart(fig)
74
- # ... [rest of the code]
75
-
76
 
77
  # Grid search button
78
  if st.button('Run Grid Search'):
 
71
  st.table(forecast_df)
72
  fig = px.line(forecast_df, x=forecast_df.index, y="Forecast")
73
  st.plotly_chart(fig)
 
 
74
 
75
  # Grid search button
76
  if st.button('Run Grid Search'):