Skip to content

Commit

Permalink
index html addedfor gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismat-Samadov committed Apr 24, 2024
1 parent e100a9f commit dd52e0d
Show file tree
Hide file tree
Showing 3 changed files with 29,411 additions and 29,411 deletions.
4 changes: 2 additions & 2 deletions analayse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
},
{
"cell_type": "code",
"execution_count": 90,
"execution_count": 98,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -355,7 +355,7 @@
"map = folium.Map(location=[40.4093, 49.8671], zoom_start=10)\n",
"for index, row in data.iterrows():\n",
" folium.Marker([row['latitude'], row['longitude']], popup=row['name']).add_to(map)\n",
"map.save('business_map.html')"
"map.save('index.html')"
]
},
{
Expand Down
Loading

0 comments on commit dd52e0d

Please sign in to comment.