Lazarus commited on
Commit
7eb6094
·
1 Parent(s): fe3cb9d

remove then() event

Browse files
Files changed (1) hide show
  1. 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
- ).then(lambda: gr.update(value=f"$ {self.commands}"), [], [component])
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
  """