Spaces:
Build error
Build error
Update modules/visuals.py
Browse files- modules/visuals.py +1 -1
modules/visuals.py
CHANGED
@@ -102,4 +102,4 @@ fig = go.Figure(go.Scattermapbox(
|
|
102 |
),
|
103 |
text=df['location'],
|
104 |
))
|
105 |
-
st.plotly_chart(fig, use_container_width=True)
|
|
|
102 |
),
|
103 |
text=df['location'],
|
104 |
))
|
105 |
+
st.plotly_chart(fig, use_container_width=True)
|