Spaces:
Runtime error
Runtime error
Tristan Thrush
commited on
Commit
•
fb1fa43
1
Parent(s):
6176590
huge speedup in data getter
Browse files
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=
|
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):
|