Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import streamlit as st
|
3 |
import folium
|
4 |
from folium import Marker
|
5 |
-
from
|
6 |
|
7 |
# Top 10 locations for viewing Northern Lights in Iceland
|
8 |
northern_lights_locations = [
|
|
|
2 |
import streamlit as st
|
3 |
import folium
|
4 |
from folium import Marker
|
5 |
+
from folium import folium_static
|
6 |
|
7 |
# Top 10 locations for viewing Northern Lights in Iceland
|
8 |
northern_lights_locations = [
|