MilanM commited on
Commit
c38a62b
·
verified ·
1 Parent(s): c729bdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -259,7 +259,7 @@ def _(
259
  mo,
260
  wrap_with_spaces,
261
  ):
262
- active_client_name = get_key_by_value(client_options, client_key)
263
 
264
  if client_setup:
265
  if instantiation_success:
 
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:
265
  if instantiation_success: