fix styles refresh

This commit is contained in:
Vladimir Mandic
2024-01-20 07:48:20 -05:00
parent 952edd29b2
commit 71654cee9c
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class FormColorPicker(FormComponent, gr.ColorPicker): # unused
return "colorpicker"
class DropdownMulti(FormComponent, gr.Dropdown): # TODO
class DropdownMulti(FormComponent, gr.Dropdown): # unused
"""Same as gr.Dropdown but always multiselect"""
def __init__(self, **kwargs):
super().__init__(multiselect=True, **kwargs)