hanhainebula commited on
Commit
49f004b
1 Parent(s): 716a3e3

update about.py: add leaderboard backend link

Browse files
Files changed (1) hide show
  1. src/about.py +5 -0
src/about.py CHANGED
@@ -23,6 +23,11 @@ BENCHMARKS_TEXT = f"""
23
 
24
  EVALUATION_QUEUE_TEXT = """
25
  ## Check out the submission steps at [our GitHub repo](https://github.com/AIR-Bench/AIR-Bench/blob/main/docs/submit_to_leaderboard.md)
 
 
 
 
 
26
  """
27
 
28
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
 
23
 
24
  EVALUATION_QUEUE_TEXT = """
25
  ## Check out the submission steps at [our GitHub repo](https://github.com/AIR-Bench/AIR-Bench/blob/main/docs/submit_to_leaderboard.md)
26
+
27
+ ## You can find the **STATUS of Your Submission** in the [**Backend Space**](https://huggingface.co/spaces/AIR-Bench/leaderboard_backend).
28
+
29
+ - If the status is **✔️ Success**, then you can find your results in the [**Leaderboard Space**](https://huggingface.co/spaces/AIR-Bench/leaderboard).
30
+ - If the status is **❌ Failed**, please check your submission steps and try again. If you have any questions, please feel free to open an issue [here](https://github.com/AIR-Bench/AIR-Bench/issues/new).
31
  """
32
 
33
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"