Skip to content

Commit

Permalink
Update mapping.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanukaRavishan authored Aug 18, 2023
1 parent b68223d commit 45094a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ def display_choropleth(candidate):
color= candidate,
locations=geo_df.index,
#featureidkey= geo_df.index,
projection="mercator",range_color=[0, 6500])
projection="mercator",range_color=[0, 15500])
fig.update_geos(fitbounds="locations", visible=False)
fig.update_layout(margin={"r":0,"t":0,"l":0,"b":0})
return fig



app.run_server(host='0.0.0.0', port=8050)
app.run_server(host='0.0.0.0', port=8050)

0 comments on commit 45094a5

Please sign in to comment.