vgosavi2 commited on
Commit
7f8230f
·
verified ·
1 Parent(s): 403d348

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -9,6 +9,10 @@ df.columns = df.columns.str.strip()
9
 
10
  st.title("Building Inventory Visualization")
11
 
 
 
 
 
12
  # ---- Visualization 1 ----
13
  st.subheader("Visualization 1: Average Square Footage by County")
14
  chart1 = alt.Chart(df).mark_bar().encode(
 
9
 
10
  st.title("Building Inventory Visualization")
11
 
12
+ # Dataset preview
13
+ st.markdown("### Dataset Preview")
14
+ st.dataframe(df.head())
15
+
16
  # ---- Visualization 1 ----
17
  st.subheader("Visualization 1: Average Square Footage by County")
18
  chart1 = alt.Chart(df).mark_bar().encode(