Update app.py
Browse files
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:
|