xu3kev commited on
Commit
4f34678
·
1 Parent(s): e406738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ st.markdown("""
11
  Here you can inspect proofsteps from [Proof-Pile-V2](https://huggingface.co/datasets/EleutherAI/proof-pile-2).
12
  """)
13
 
14
- @st.cache()
15
  def load_data(lang):
16
  if lang == "Lean Proofsteps":
17
  split = "lean_proofsteps"
 
11
  Here you can inspect proofsteps from [Proof-Pile-V2](https://huggingface.co/datasets/EleutherAI/proof-pile-2).
12
  """)
13
 
14
+ @st.cache(max_entries=100)
15
  def load_data(lang):
16
  if lang == "Lean Proofsteps":
17
  split = "lean_proofsteps"