nouhadziri commited on
Commit
99bf9a2
1 Parent(s): d4e2854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.cache
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.