Skip to content

Commit

Permalink
reintroduce mobility
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconazzaro committed Apr 16, 2021
1 parent 02e6b58 commit 05d18fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def explore_regions(country):
unsafe_allow_html=True)
st.markdown(f"<h1 style='text-align: center; color: red;'>{perc.iloc[-1]:.2f}</h1>", unsafe_allow_html=True)
st.plotly_chart(plot.test_positivity_rate(DATA, country, rule=percentage_rule), use_container_width=True)
# mobility_expander()
mobility_expander()
table_expander = st.beta_expander('Tabelle andamento')
col1, _, col2 = table_expander.beta_columns([1, 3, 7])
with col1:
Expand Down

0 comments on commit 05d18fe

Please sign in to comment.