Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -2,6 +2,7 @@ import pandas as pd
|
|
2 |
import streamlit as st
|
3 |
import altair as alt
|
4 |
|
|
|
5 |
st.markdown(
|
6 |
"""
|
7 |
<style>
|
@@ -15,7 +16,7 @@ st.markdown(
|
|
15 |
unsafe_allow_html=True,
|
16 |
)
|
17 |
|
18 |
-
|
19 |
|
20 |
# Load and clean dataset
|
21 |
url = "https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/building_inventory.csv"
|
|
|
2 |
import streamlit as st
|
3 |
import altair as alt
|
4 |
|
5 |
+
st.set_page_config(page_title="Building Inventory Analysis", layout="wide")
|
6 |
st.markdown(
|
7 |
"""
|
8 |
<style>
|
|
|
16 |
unsafe_allow_html=True,
|
17 |
)
|
18 |
|
19 |
+
|
20 |
|
21 |
# Load and clean dataset
|
22 |
url = "https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/building_inventory.csv"
|