Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ class OceanCurrentMapper:
|
|
246 |
|
247 |
# Update layout with better sizing
|
248 |
fig.update_layout(
|
249 |
-
title=f'Ocean
|
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),
|