nakas commited on
Commit
feab9ab
·
verified ·
1 Parent(s): ca4110a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -337,8 +337,7 @@ def create_comparison_plots(df_alpine, df_ridge=None):
337
  else:
338
  ax5.bar(daily_swe_alpine.index, daily_swe_alpine.values, color='lightblue', alpha=0.7)
339
 
340
- ax5.set_title('Snow/Water Equivalent', pad=20, fontsize=14
341
-
342
  ax5.set_xlabel('Date', fontsize=12)
343
  ax5.set_ylabel('SWE (inches)', fontsize=12)
344
  ax5.tick_params(axis='x', rotation=45)
@@ -469,6 +468,4 @@ with gr.Blocks(title="Bridger Bowl Weather Analyzer") as demo:
469
 
470
  if __name__ == "__main__":
471
  install_playwright_browsers()
472
- demo.launch()
473
-
474
-
 
337
  else:
338
  ax5.bar(daily_swe_alpine.index, daily_swe_alpine.values, color='lightblue', alpha=0.7)
339
 
340
+ ax5.set_title('Snow/Water Equivalent', pad=20, fontsize=14)
 
341
  ax5.set_xlabel('Date', fontsize=12)
342
  ax5.set_ylabel('SWE (inches)', fontsize=12)
343
  ax5.tick_params(axis='x', rotation=45)
 
468
 
469
  if __name__ == "__main__":
470
  install_playwright_browsers()
471
+ demo.launch()