QuantumLearner commited on
Commit
7c0d5eb
·
verified ·
1 Parent(s): 0505bb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def plot_residuals_plotly(results):
182
 
183
  fig.update_layout(title='Residuals of Model',
184
  xaxis_title='Date', yaxis_title='Residuals',
185
- template='plotly_white')
186
  return fig
187
 
188
  def calculate_metrics_and_plot_errors_plotly(forecast_data_extended, future_dates, volatility_predictions):
 
182
 
183
  fig.update_layout(title='Residuals of Model',
184
  xaxis_title='Date', yaxis_title='Residuals',
185
+ template='plotly_white', showlegend=False)
186
  return fig
187
 
188
  def calculate_metrics_and_plot_errors_plotly(forecast_data_extended, future_dates, volatility_predictions):