dtcxzyw commited on
Commit
649264a
·
unverified ·
1 Parent(s): cdecc7f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ with demo:
205
  gr.Dataframe(fixed_by_cat_df)
206
  gr.Dataframe(fixed_by_comp_df)
207
  gr.Dataframe(unique_bugs_df)
208
- gr.Dropdown(list(fixed_bug_ids), label="Issue ID")
209
 
210
  with gr.TabItem("🚀 Submission", elem_id="llm-benchmark-tab-table", id=1):
211
  gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
 
205
  gr.Dataframe(fixed_by_cat_df)
206
  gr.Dataframe(fixed_by_comp_df)
207
  gr.Dataframe(unique_bugs_df)
208
+ gr.Dropdown(list(fixed_bug_ids), label="Issue ID", interactive=True)
209
 
210
  with gr.TabItem("🚀 Submission", elem_id="llm-benchmark-tab-table", id=1):
211
  gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")