Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -0
src/streamlit_app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import seaborn as sns
|
| 3 |
import pandas as pd
|
|
@@ -6,6 +7,7 @@ import altair as alt
|
|
| 6 |
from pathlib import Path
|
| 7 |
import plotly.express as px
|
| 8 |
import geopandas as gpd
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
# ββ 0. Page configuration ββ
|
|
|
|
| 1 |
+
# Imports.
|
| 2 |
import streamlit as st
|
| 3 |
import seaborn as sns
|
| 4 |
import pandas as pd
|
|
|
|
| 7 |
from pathlib import Path
|
| 8 |
import plotly.express as px
|
| 9 |
import geopandas as gpd
|
| 10 |
+
import ipywidgets
|
| 11 |
|
| 12 |
|
| 13 |
# ββ 0. Page configuration ββ
|