Update app.py
Browse files
app.py
CHANGED
@@ -46,12 +46,10 @@ with gr.Blocks() as demo:
|
|
46 |
""")
|
47 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
48 |
with gr.TabItem("π
LLM Leaderboard", elem_id="llm-benchmark-tab-table", id=0):
|
49 |
-
with gr.Row():
|
50 |
-
with gr.Column():
|
51 |
-
|
52 |
-
|
53 |
-
# Add other components if needed
|
54 |
-
|
55 |
with gr.TabItem("π€ How to Submit", elem_id="submission-tab", id=1):
|
56 |
gr.Markdown("""
|
57 |
## Submission Instructions
|
|
|
46 |
""")
|
47 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
48 |
with gr.TabItem("π
LLM Leaderboard", elem_id="llm-benchmark-tab-table", id=0):
|
49 |
+
# with gr.Row():
|
50 |
+
# with gr.Column():
|
51 |
+
gr.Dataframe(value=df, label="CAMEL-Bench Model Performance", interactive=False)
|
52 |
+
|
|
|
|
|
53 |
with gr.TabItem("π€ How to Submit", elem_id="submission-tab", id=1):
|
54 |
gr.Markdown("""
|
55 |
## Submission Instructions
|