black-yt commited on
Commit
b43521f
·
1 Parent(s): 1259d99

Update Space header links

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -58,6 +58,7 @@ except ImportError:
58
 
59
 
60
  SPACE_TITLE = 'ResearchClawBench Task Submission'
 
61
  GITHUB_REPO_URL = 'https://github.com/InternScience/ResearchClawBench'
62
  DATASET_URL = f'https://huggingface.co/datasets/{DEFAULT_REPO_ID}'
63
  SPACE_URL = 'https://huggingface.co/spaces/InternScience/ResearchClawBench-Task-Submit'
@@ -428,8 +429,10 @@ def build_hero_html() -> str:
428
  opens a PR against the official Hugging Face dataset for maintainer review.
429
  </p>
430
  <div class="hero-links">
 
431
  <a href="{GITHUB_REPO_URL}" target="_blank">GitHub Repository</a>
432
  <a href="{DATASET_URL}" target="_blank">Hugging Face Dataset</a>
 
433
  <a href="{SPACE_URL}" target="_blank">Space Repository</a>
434
  </div>
435
  <div class="hero-meta">
 
58
 
59
 
60
  SPACE_TITLE = 'ResearchClawBench Task Submission'
61
+ OFFICIAL_SITE_URL = 'https://internscience.github.io/ResearchClawBench-Home/'
62
  GITHUB_REPO_URL = 'https://github.com/InternScience/ResearchClawBench'
63
  DATASET_URL = f'https://huggingface.co/datasets/{DEFAULT_REPO_ID}'
64
  SPACE_URL = 'https://huggingface.co/spaces/InternScience/ResearchClawBench-Task-Submit'
 
429
  opens a PR against the official Hugging Face dataset for maintainer review.
430
  </p>
431
  <div class="hero-links">
432
+ <a href="{OFFICIAL_SITE_URL}" target="_blank">Official Site</a>
433
  <a href="{GITHUB_REPO_URL}" target="_blank">GitHub Repository</a>
434
  <a href="{DATASET_URL}" target="_blank">Hugging Face Dataset</a>
435
+ <a href="#" onclick="return false">arXiv</a>
436
  <a href="{SPACE_URL}" target="_blank">Space Repository</a>
437
  </div>
438
  <div class="hero-meta">