yzabc007 commited on
Commit
174a614
β€’
1 Parent(s): 377a69a

Update space

Browse files
Files changed (2) hide show
  1. app.py +3 -1
  2. src/about.py +2 -2
app.py CHANGED
@@ -101,6 +101,7 @@ with demo:
101
  with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=2):
102
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
103
 
 
104
  with gr.TabItem("πŸš€ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
105
  with gr.Column():
106
  with gr.Row():
@@ -187,7 +188,8 @@ with demo:
187
  ],
188
  submission_result,
189
  )
190
-
 
191
  with gr.Row():
192
  with gr.Accordion("πŸ“™ Citation", open=False):
193
  citation_button = gr.Textbox(
 
101
  with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=2):
102
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
103
 
104
+ '''
105
  with gr.TabItem("πŸš€ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
106
  with gr.Column():
107
  with gr.Row():
 
188
  ],
189
  submission_result,
190
  )
191
+ '''
192
+
193
  with gr.Row():
194
  with gr.Accordion("πŸ“™ Citation", open=False):
195
  citation_button = gr.Textbox(
src/about.py CHANGED
@@ -21,11 +21,11 @@ NUM_FEWSHOT = 0 # Change with your few shot
21
 
22
 
23
  # Your leaderboard name
24
- TITLE = """<h1 align="center" id="space-title">Demo leaderboard</h1>"""
25
 
26
  # What does your leaderboard evaluate?
27
  INTRODUCTION_TEXT = """
28
- Intro text
29
  """
30
 
31
  # Which evaluations are you running? how can people reproduce what you have?
 
21
 
22
 
23
  # Your leaderboard name
24
+ TITLE = """<h1 align="center" id="space-title">Decentralized Arena</h1>"""
25
 
26
  # What does your leaderboard evaluate?
27
  INTRODUCTION_TEXT = """
28
+ [Brief description of the leaderboard]: Decentralized Arena is an automatic LLM evaluation learderboard that leverages collective intelligence to evaluate LLMs ...
29
  """
30
 
31
  # Which evaluations are you running? how can people reproduce what you have?