fibmskrt commited on
Commit
d4578e5
1 Parent(s): dbd8457

fix: remove multiselect=True from gr.CheckboxGroup

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -108,7 +108,6 @@ if __name__ == "__main__":
108
  gr.CheckboxGroup(
109
  choices=list(MINIMIZATION_FUNCTIONS.keys()),
110
  value=["qed"],
111
- multiselect=True,
112
  label="Property goals",
113
  ),
114
  gr.Textbox(
 
108
  gr.CheckboxGroup(
109
  choices=list(MINIMIZATION_FUNCTIONS.keys()),
110
  value=["qed"],
 
111
  label="Property goals",
112
  ),
113
  gr.Textbox(