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