pratyushmaini commited on
Commit
987cfd4
·
1 Parent(s): 638201f
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=load_data("llama")['Method'].unique(), # 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=list(load_data("llama")['Method'].unique()), # To be populated dynamically
90
  )
91
 
92
  plot_output = gr.Plot()