MilanM commited on
Commit
0d33ee7
·
verified ·
1 Parent(s): 74f3d69

Update visualizer_app.py

Browse files
Files changed (1) hide show
  1. visualizer_app.py +2 -1
visualizer_app.py CHANGED
@@ -402,6 +402,8 @@ 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 +416,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
+
406
+ @app.cell
407
  def _(
408
  client,
409
  client_key,
 
416
  mo,
417
  wrap_with_spaces,
418
  ):
 
419
  active_client_name = get_key_by_value(client_options, client_key)
420
 
421
  if client_setup: