Spaces:
Sleeping
Sleeping
fix caption
Browse files
app.py
CHANGED
@@ -369,7 +369,7 @@ rsr_chart = alt.Chart(df).mark_bar().encode(
|
|
369 |
col1, col2, col3 = st.columns(3)
|
370 |
|
371 |
with col1:
|
372 |
-
f"#### {total_percent} Percent of Continental US Area
|
373 |
st.altair_chart(area_chart, use_container_width=True)
|
374 |
|
375 |
# -
|
|
|
369 |
col1, col2, col3 = st.columns(3)
|
370 |
|
371 |
with col1:
|
372 |
+
f"#### {total_percent} Percent of Continental US Area Covered"
|
373 |
st.altair_chart(area_chart, use_container_width=True)
|
374 |
|
375 |
# -
|