Spaces:
Running
Running
XufengDuan
commited on
Commit
β’
e0d8f5c
1
Parent(s):
b3a3f19
update scripts
Browse files
app.py
CHANGED
@@ -217,12 +217,7 @@ try:
|
|
217 |
with demo:
|
218 |
gr.HTML(about.TITLE)
|
219 |
gr.Markdown(about.INTRODUCTION_TEXT, elem_classes="markdown-text")
|
220 |
-
|
221 |
-
def display_radar_chart():
|
222 |
-
return """
|
223 |
-
<iframe src="https://xufengduan.github.io/Benchmark_result/clean.html" style="width: 100%; height: 500px; border: none;"></iframe>
|
224 |
-
"""
|
225 |
-
gr.HTML(display_radar_chart())
|
226 |
|
227 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
228 |
with gr.TabItem("π
LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
@@ -418,7 +413,16 @@ try:
|
|
418 |
],
|
419 |
submission_result,
|
420 |
)
|
|
|
|
|
421 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
422 |
with gr.Row():
|
423 |
with gr.Accordion("π Citation", open=False):
|
424 |
citation_button = gr.Textbox(
|
|
|
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):
|
|
|
413 |
],
|
414 |
submission_result,
|
415 |
)
|
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(
|