Spaces:
Runtime error
Runtime error
Commit
·
6cfa9c7
1
Parent(s):
5ff631d
update scripts
Browse files
app.py
CHANGED
|
@@ -217,7 +217,13 @@ try:
|
|
| 217 |
with demo:
|
| 218 |
gr.HTML(about.TITLE)
|
| 219 |
gr.Markdown(about.INTRODUCTION_TEXT, elem_classes="markdown-text")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 220 |
|
|
|
|
| 221 |
|
| 222 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 223 |
with gr.TabItem("🏅 LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
|
@@ -416,13 +422,7 @@ try:
|
|
| 416 |
gr.Image("./example.png", elem_id="local-image")
|
| 417 |
|
| 418 |
|
| 419 |
-
def display_radar_chart():
|
| 420 |
-
return """
|
| 421 |
-
<iframe src="https://xufengduan.github.io/Benchmark_result/clean.html" style="width: 100%; height: 500px; border: none;"></iframe>
|
| 422 |
-
"""
|
| 423 |
-
|
| 424 |
|
| 425 |
-
gr.HTML(display_radar_chart())
|
| 426 |
with gr.Row():
|
| 427 |
with gr.Accordion("📙 Citation", open=False):
|
| 428 |
citation_button = gr.Textbox(
|
|
|
|
| 217 |
with demo:
|
| 218 |
gr.HTML(about.TITLE)
|
| 219 |
gr.Markdown(about.INTRODUCTION_TEXT, elem_classes="markdown-text")
|
| 220 |
+
def display_radar_chart():
|
| 221 |
+
return """
|
| 222 |
+
<iframe src="https://xufengduan.github.io/Benchmark_result/clean.html" style="width: 100%; height: 500px; border: none;"></iframe>
|
| 223 |
+
"""
|
| 224 |
+
|
| 225 |
|
| 226 |
+
gr.HTML(display_radar_chart())
|
| 227 |
|
| 228 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 229 |
with gr.TabItem("🏅 LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
|
|
|
| 422 |
gr.Image("./example.png", elem_id="local-image")
|
| 423 |
|
| 424 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 425 |
|
|
|
|
| 426 |
with gr.Row():
|
| 427 |
with gr.Accordion("📙 Citation", open=False):
|
| 428 |
citation_button = gr.Textbox(
|