Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ from pathlib import Path
|
|
| 30 |
|
| 31 |
def load_proof_repository():
|
| 32 |
"""Load the proof repository from the repository file"""
|
| 33 |
-
repo_path = Path("
|
| 34 |
try:
|
| 35 |
with open(repo_path, "r") as f:
|
| 36 |
return json.load(f)
|
|
|
|
| 30 |
|
| 31 |
def load_proof_repository():
|
| 32 |
"""Load the proof repository from the repository file"""
|
| 33 |
+
repo_path = Path("Lebl-theorems-all.json")
|
| 34 |
try:
|
| 35 |
with open(repo_path, "r") as f:
|
| 36 |
return json.load(f)
|