Skip to content

Commit

Permalink
hotifx
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconazzaro committed Apr 16, 2021
1 parent 6f13033 commit 2149950
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

st.set_page_config(layout='wide', initial_sidebar_state='collapsed')
try:
repo_reference = import_data.RepoReference()
DATA, DATA_TI, DATA_RIC = import_data.covid19(repo_reference)
DATA, DATA_TI, DATA_RIC = import_data.covid19()
except:
st.error(
"L'applicazione è in fase di aggiornamento. Prova a [riaggiornare](/) la pagina tra qualche secondo.")
Expand Down

0 comments on commit 2149950

Please sign in to comment.