pratyushmaini commited on
Commit
638201f
·
1 Parent(s): 61fd7c8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with demo:
86
  with gr.Row():
87
  methods_checkbox = gr.CheckboxGroup(
88
  label="Select Methods",
89
- choices=[], # To be populated dynamically
90
  )
91
 
92
  plot_output = gr.Plot()
 
86
  with gr.Row():
87
  methods_checkbox = gr.CheckboxGroup(
88
  label="Select Methods",
89
+ choices=load_data("llama")['Method'].unique(), # To be populated dynamically
90
  )
91
 
92
  plot_output = gr.Plot()