Spaces:
Runtime error
Runtime error
DamonDemon
commited on
Commit
·
fa24719
1
Parent(s):
f048f26
refine
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ with demo:
|
|
232 |
|
233 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
234 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
235 |
-
with gr.TabItem("🏅
|
236 |
with gr.Row():
|
237 |
with gr.Column():
|
238 |
with gr.Row():
|
|
|
232 |
|
233 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
234 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
235 |
+
with gr.TabItem("🏅 UnlearnCanvas Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
236 |
with gr.Row():
|
237 |
with gr.Column():
|
238 |
with gr.Row():
|