hectorjelly commited on
Commit
141ca68
·
1 Parent(s): 5f0046c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ df["win_pct"] = (df["wins"] / (df["wins"] + df["draws"] + df["losses"])) * 100
86
  # Get a list of all teams that have played in the last 24 hours
87
 
88
 
89
- @st.cache_data(ttl=1800)
90
  def fetch_owners():
91
  """
92
  Fetch a list of all owners who have played in the matches, along with the number of teams they own
 
86
  # Get a list of all teams that have played in the last 24 hours
87
 
88
 
89
+ @st.cache(ttl=1800)
90
  def fetch_owners():
91
  """
92
  Fetch a list of all owners who have played in the matches, along with the number of teams they own