cccjc commited on
Commit
be407a0
β€’
1 Parent(s): e76973a

update texts

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. constants.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks(css=css) as block:
67
  with gr.TabItem("πŸ“ Data Information", elem_id="qa-tab-table2", id=2):
68
  gr.Markdown(DATA_INFO, elem_classes="markdown-text")
69
 
70
- with gr.TabItem("πŸš€ Submit here! ", elem_id="submit-tab", id=3):
71
  with gr.Row():
72
  gr.Markdown(SUBMIT_INTRODUCTION, elem_classes="markdown-text")
73
 
 
67
  with gr.TabItem("πŸ“ Data Information", elem_id="qa-tab-table2", id=2):
68
  gr.Markdown(DATA_INFO, elem_classes="markdown-text")
69
 
70
+ with gr.TabItem("πŸš€ Submit", elem_id="submit-tab", id=3):
71
  with gr.Row():
72
  gr.Markdown(SUBMIT_INTRODUCTION, elem_classes="markdown-text")
73
 
constants.py CHANGED
@@ -75,7 +75,7 @@ CITATION_BUTTON_TEXT = r"""
75
 
76
  SUBMIT_INTRODUCTION = """# Submit on MEGA-Bench Leaderboard
77
 
78
- We will provide details on how to submitting the results files once our evaluation pipeline is released on our [GitHub repository](https://github.com/TIGER-AI-Lab/MEGA-Bench).
79
 
80
 
81
  """
 
75
 
76
  SUBMIT_INTRODUCTION = """# Submit on MEGA-Bench Leaderboard
77
 
78
+ We will provide details on how to submit third-party evaluation results once our evaluation pipeline is released on our [GitHub repository](https://github.com/TIGER-AI-Lab/MEGA-Bench).
79
 
80
 
81
  """