mgyigit commited on
Commit
0cf793e
·
verified ·
1 Parent(s): 2e72a57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def add_new_eval(
63
  return 0
64
 
65
  def refresh_data():
66
- api.restart_space(repo_id="HUBioDataLab/PROBE")
67
  benchmark_types = ["similarity", "function", "family", "affinity", "leaderboard"]
68
 
69
  for benchmark_type in benchmark_types:
 
63
  return 0
64
 
65
  def refresh_data():
66
+ api.restart_space(repo_id="HUBioDataLab/PROBE", token=os.getenv("api-key"))
67
  benchmark_types = ["similarity", "function", "family", "affinity", "leaderboard"]
68
 
69
  for benchmark_type in benchmark_types: