ahmedheakl commited on
Commit
e9c1ec6
Β·
verified Β·
1 Parent(s): 6d0114c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
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
- gr.Dataframe(value=df, label="CAMEL-Bench Model Performance", interactive=False)
52
- with gr.Column():
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