CCockrum commited on
Commit
f66c7bd
·
verified ·
1 Parent(s): bcf3fdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ class OceanCurrentMapper:
246
 
247
  # Update layout with better sizing
248
  fig.update_layout(
249
- title=f'Ocean Conditions Forecast - {region}',
250
  showlegend=False,
251
  autosize=True,
252
  margin=dict(l=60, r=50, t=80, b=60),
 
246
 
247
  # Update layout with better sizing
248
  fig.update_layout(
249
+ title=f'Ocean Forecast - {region}',
250
  showlegend=False,
251
  autosize=True,
252
  margin=dict(l=60, r=50, t=80, b=60),