Spaces:
Sleeping
Sleeping
nouhadziri
commited on
Commit
•
99bf9a2
1
Parent(s):
d4e2854
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ st.sidebar.write(
|
|
62 |
st.sidebar.subheader("A Faithful Benchmark for Information-Seeking Dialogue")
|
63 |
|
64 |
|
65 |
-
@st.
|
66 |
def load_dialogues():
|
67 |
"""
|
68 |
Loads the samples from the data folder.
|
|
|
62 |
st.sidebar.subheader("A Faithful Benchmark for Information-Seeking Dialogue")
|
63 |
|
64 |
|
65 |
+
@st.cache_data
|
66 |
def load_dialogues():
|
67 |
"""
|
68 |
Loads the samples from the data folder.
|