Spaces:
Running
Running
pratyushmaini
commited on
Commit
•
1884d7e
1
Parent(s):
716201d
bug fix
Browse files
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()
|