LovnishVerma commited on
Commit
8bb4500
·
verified ·
1 Parent(s): f2075fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -502,10 +502,7 @@ with tab1:
502
  # Update hover template
503
  fig_map.update_traces(
504
  hovertemplate='%{customdata[0]}<extra></extra>',
505
- marker=dict(
506
- opacity=0.8,
507
- line=dict(width=1, color='white')
508
- )
509
  )
510
 
511
  fig_map.update_layout(
 
502
  # Update hover template
503
  fig_map.update_traces(
504
  hovertemplate='%{customdata[0]}<extra></extra>',
505
+ marker=dict(opacity=0.8)
 
 
 
506
  )
507
 
508
  fig_map.update_layout(