MilanM commited on
Commit
5800f5c
·
verified ·
1 Parent(s): f35cf6d

Update visualizer_app.py

Browse files
Files changed (1) hide show
  1. visualizer_app.py +1 -1
visualizer_app.py CHANGED
@@ -402,6 +402,7 @@ def instantiation_status(
402
  client_stack = mo.hstack([client_instantiation_form, client_callout], align="center", justify="space-around", gap=10)
403
  return (client_stack,)
404
 
 
405
  def _(
406
  client,
407
  client_key,
@@ -414,7 +415,6 @@ def _(
414
  mo,
415
  wrap_with_spaces,
416
  ):
417
- client_status = None
418
  active_client_name = get_key_by_value(client_options, client_key)
419
 
420
  if client_setup:
 
402
  client_stack = mo.hstack([client_instantiation_form, client_callout], align="center", justify="space-around", gap=10)
403
  return (client_stack,)
404
 
405
+ @app.cell
406
  def _(
407
  client,
408
  client_key,
 
415
  mo,
416
  wrap_with_spaces,
417
  ):
 
418
  active_client_name = get_key_by_value(client_options, client_key)
419
 
420
  if client_setup: