Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|