Spaces:
Runtime error
Runtime error
Refactor GET_DEFAULT_CHECKBOX function to remove commented out code in app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def GET_DEFAULT_CHECKBOX(subset):
|
|
87 |
return gr.CheckboxGroup(
|
88 |
choices=choices,
|
89 |
label="Select Columns to Display",
|
90 |
-
value=choices,
|
91 |
)
|
92 |
|
93 |
|
|
|
87 |
return gr.CheckboxGroup(
|
88 |
choices=choices,
|
89 |
label="Select Columns to Display",
|
90 |
+
# value=choices,
|
91 |
)
|
92 |
|
93 |
|