pratyushmaini commited on
Commit
1884d7e
1 Parent(s): 716201d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with demo:
108
  with gr.Row():
109
  methods_checkbox = gr.CheckboxGroup(
110
  label="Select Methods",
111
- choices=list(load_data("llama")['Method'].unique()), # To be populated dynamically
112
  )
113
 
114
  plot_output = gr.Plot()
 
108
  with gr.Row():
109
  methods_checkbox = gr.CheckboxGroup(
110
  label="Select Methods",
111
+ choices=list(load_data("llama", "10%")['Method'].unique()), # To be populated dynamically
112
  )
113
 
114
  plot_output = gr.Plot()