Nirmal16 commited on
Commit
187f9a7
·
verified ·
1 Parent(s): a89776a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -67,7 +67,7 @@ tab1, tab2 = st.tabs(["Streamlit Theme", "Altair Native Theme"])
67
  with tab1:
68
  st.altair_chart(chart, theme="streamlit", use_container_width=True)
69
  st.caption("""
70
- This scatter plot visualizes the distribution of building size based on their acquisition year.
71
  Design choices:
72
  - X-axis displays the years acquired sorted in descending order.
73
  - Y-axis displays the square footage.
@@ -75,7 +75,7 @@ with tab1:
75
  with Total Floors encoded as the size of the points.
76
  """)
77
  st.caption("""
78
- This bar chart visualizes the distribution of Agency Name based on their acquisition year.
79
  Design choices:
80
  - X-axis displays the Agency Name.
81
  - Y-axis displays the Year Acquired.
@@ -85,7 +85,7 @@ with tab1:
85
  with tab2:
86
  st.altair_chart(chart, theme=None, use_container_width=True)
87
  st.caption("""
88
- This scatter plot visualizes the distribution of building size based on their acquisition year.
89
  Design choices:
90
  - X-axis displays the years acquired sorted in descending order.
91
  - Y-axis displays the square footage.
@@ -93,7 +93,7 @@ with tab2:
93
  with Total Floors encoded as the size of the points.
94
  """)
95
  st.caption("""
96
- This bar chart visualizes the distribution of Agency Name based on their acquisition year.
97
  Design choices:
98
  - X-axis displays the Agency Name.
99
  - Y-axis displays the Year Acquired.
 
67
  with tab1:
68
  st.altair_chart(chart, theme="streamlit", use_container_width=True)
69
  st.caption("""
70
+ The scatter plot visualizes the distribution of building size based on their acquisition year.
71
  Design choices:
72
  - X-axis displays the years acquired sorted in descending order.
73
  - Y-axis displays the square footage.
 
75
  with Total Floors encoded as the size of the points.
76
  """)
77
  st.caption("""
78
+ The bar chart visualizes the distribution of Agency Name based on their acquisition year.
79
  Design choices:
80
  - X-axis displays the Agency Name.
81
  - Y-axis displays the Year Acquired.
 
85
  with tab2:
86
  st.altair_chart(chart, theme=None, use_container_width=True)
87
  st.caption("""
88
+ The scatter plot visualizes the distribution of building size based on their acquisition year.
89
  Design choices:
90
  - X-axis displays the years acquired sorted in descending order.
91
  - Y-axis displays the square footage.
 
93
  with Total Floors encoded as the size of the points.
94
  """)
95
  st.caption("""
96
+ The bar chart visualizes the distribution of Agency Name based on their acquisition year.
97
  Design choices:
98
  - X-axis displays the Agency Name.
99
  - Y-axis displays the Year Acquired.