Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
patalanov committed Apr 14, 2020
1 parent a76451d commit 88a614d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covid19.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main():
# show global evolution in a line chart
st.line_chart(evolution_of_cases_worldwide)
# Start querying for prediction
st.header('Predict the pandemic evolution in your country.')
st.header('Predict the evolution in your country.')
# pick your country
select = st.multiselect("Select one country:", [item[0] for item in countries_and_codes])
if select:
Expand Down

0 comments on commit 88a614d

Please sign in to comment.