Tristan Thrush commited on
Commit
fb1fa43
1 Parent(s): 6176590

huge speedup in data getter

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def parse_metrics_rows(meta, only_verified=False):
69
  continue
70
  yield row
71
 
72
- @st.cache(ttl=10)
73
  def get_data_wrapper():
74
 
75
  def get_data(dataframe=None, verified_dataframe=None):
69
  continue
70
  yield row
71
 
72
+ @st.cache(ttl=0)
73
  def get_data_wrapper():
74
 
75
  def get_data(dataframe=None, verified_dataframe=None):