Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
chore: small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Jan 24, 2024
1 parent ae2284d commit c0c22b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/📣 Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def label_emoji(label):
return "⚫"


@st.cache_data
@st.cache_data(ttl=60)
def load_alagamento_detectado_ia():
raw_api_data = requests.get(
"https://api.dados.rio/v2/clima_alagamento/alagamento_detectado_ia/"
Expand Down

0 comments on commit c0c22b5

Please sign in to comment.