JanhaviZarapkar commited on
Commit
fc40748
·
verified ·
1 Parent(s): 45a1862
Files changed (1) hide show
  1. app.py +2 -1
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
- st.title("Building Inventory Analysis")
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"