Spaces:
Sleeping
Sleeping
Lazarus
commited on
Commit
·
7eb6094
1
Parent(s):
fe3cb9d
remove then() event
Browse files- functions.py +1 -1
functions.py
CHANGED
|
@@ -203,7 +203,7 @@ class CommandBuilder:
|
|
| 203 |
lambda: gr.update(value=f"$ {self.commands}"),
|
| 204 |
[],
|
| 205 |
[component],
|
| 206 |
-
)
|
| 207 |
|
| 208 |
def _get_component_instance(self, inputs: gr.Row | gr.Column) -> List[Component]:
|
| 209 |
"""
|
|
|
|
| 203 |
lambda: gr.update(value=f"$ {self.commands}"),
|
| 204 |
[],
|
| 205 |
[component],
|
| 206 |
+
)
|
| 207 |
|
| 208 |
def _get_component_instance(self, inputs: gr.Row | gr.Column) -> List[Component]:
|
| 209 |
"""
|