Spaces:
Running
Running
Refactor iframe source URL in app.py to use a dynamic path for LiveBenchDetailedResults
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ def init_detailed_results():
|
|
141 |
with gr.Row():
|
142 |
gr.HTML("""\
|
143 |
<iframe
|
144 |
-
src="https://huggingface.co/datasets/lmms-lab/LiveBenchDetailedResults/embed/viewer/
|
145 |
frameborder="0"
|
146 |
width="100%"
|
147 |
height="560px"
|
|
|
141 |
with gr.Row():
|
142 |
gr.HTML("""\
|
143 |
<iframe
|
144 |
+
src="https://huggingface.co/datasets/lmms-lab/LiveBenchDetailedResults/embed/viewer/"
|
145 |
frameborder="0"
|
146 |
width="100%"
|
147 |
height="560px"
|