cboettig commited on
Commit
65f8ab7
·
1 Parent(s): 3aa2741

fix caption

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Protected"
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
  # -