Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from pandas.api.types import (
|
|
7 |
is_object_dtype
|
8 |
)
|
9 |
|
10 |
-
st.title("Filter your Airbnb Listings dataframe!")
|
11 |
|
12 |
st.write(
|
13 |
"""This app is based on this blog [here](https://blog.streamlit.io/auto-generate-a-dataframe-filtering-ui-in-streamlit-with-filter_dataframe/).
|
|
|
7 |
is_object_dtype
|
8 |
)
|
9 |
|
10 |
+
st.title("Week 2 - Filter your Airbnb Listings dataframe!")
|
11 |
|
12 |
st.write(
|
13 |
"""This app is based on this blog [here](https://blog.streamlit.io/auto-generate-a-dataframe-filtering-ui-in-streamlit-with-filter_dataframe/).
|