Spaces:
Sleeping
Sleeping
abrakjamson
commited on
Commit
·
61f59d2
1
Parent(s):
7ce0662
comment
Browse files
app.py
CHANGED
@@ -234,6 +234,7 @@ def reset_chat():
|
|
234 |
def get_checkboxes():
|
235 |
# rebuilding the list of checkboxes, so that these presets don't have to change
|
236 |
# when adding a new control model
|
|
|
237 |
checkbox_column = app.children[0].children[2].children[0].children
|
238 |
model_names_and_indexes = {}
|
239 |
checkbox_index = 0
|
|
|
234 |
def get_checkboxes():
|
235 |
# rebuilding the list of checkboxes, so that these presets don't have to change
|
236 |
# when adding a new control model
|
237 |
+
# tab, vectors section, checkbox list, checkboxes
|
238 |
checkbox_column = app.children[0].children[2].children[0].children
|
239 |
model_names_and_indexes = {}
|
240 |
checkbox_index = 0
|