joshuarauh commited on
Commit
add2681
·
verified ·
1 Parent(s): 7000b7e

Update app.py

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