XPMaster commited on
Commit
24d2e79
1 Parent(s): 4f991e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from io import BytesIO
4
  from itertools import product
5
  from statsmodels.tsa.holtwinters import ExponentialSmoothing
6
  import plotly.express as px
7
-
8
  # Function to run the Exponential Smoothing Model
9
  def run_exp_smoothing(city_data, trend, damped_trend, seasonal, seasonal_period):
10
  try:
 
4
  from itertools import product
5
  from statsmodels.tsa.holtwinters import ExponentialSmoothing
6
  import plotly.express as px
7
+ st.set_page_config(layout="wide")
8
  # Function to run the Exponential Smoothing Model
9
  def run_exp_smoothing(city_data, trend, damped_trend, seasonal, seasonal_period):
10
  try: