MilanM commited on
Commit
60cb3cc
·
verified ·
1 Parent(s): ffbc771

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -259,6 +259,7 @@ def _(
259
  mo,
260
  wrap_with_spaces,
261
  ):
 
262
  active_client_name = get_key_by_value(client_options, client_key) if client_key else "No Client" or "Project Client"
263
 
264
  if client_setup:
 
259
  mo,
260
  wrap_with_spaces,
261
  ):
262
+ client_status = None
263
  active_client_name = get_key_by_value(client_options, client_key) if client_key else "No Client" or "Project Client"
264
 
265
  if client_setup: