Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,6 @@ class OceanCurrentMapper:
|
|
166 |
autosize=True,
|
167 |
# Remove fixed dimensions - let it be responsive
|
168 |
margin=dict(l=40, r=40, t=60, b=40), # Smaller margins
|
169 |
-
autosize=True
|
170 |
# Add responsive config
|
171 |
dragmode='pan',
|
172 |
hovermode='closest'
|
|
|
166 |
autosize=True,
|
167 |
# Remove fixed dimensions - let it be responsive
|
168 |
margin=dict(l=40, r=40, t=60, b=40), # Smaller margins
|
|
|
169 |
# Add responsive config
|
170 |
dragmode='pan',
|
171 |
hovermode='closest'
|