Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import pandas as pd
|
|
3 |
import plotly.express as px
|
4 |
import altair as alt
|
5 |
import folium
|
|
|
6 |
from folium.plugins import HeatMap, MarkerCluster
|
7 |
from streamlit_folium import st_folium
|
8 |
|
|
|
3 |
import plotly.express as px
|
4 |
import altair as alt
|
5 |
import folium
|
6 |
+
from streamlit_plotly_events import plotly_events # added for part3 interactivity
|
7 |
from folium.plugins import HeatMap, MarkerCluster
|
8 |
from streamlit_folium import st_folium
|
9 |
|