Update app.py
Browse files
app.py
CHANGED
@@ -247,6 +247,7 @@ def _(client_callout_kind, client_instantiation_form, client_status, mo):
|
|
247 |
client_section = mo.hstack([client_instantiation_form, client_callout], align="center", justify="space-around")
|
248 |
return (client_section,)
|
249 |
|
|
|
250 |
def _(
|
251 |
client,
|
252 |
client_key,
|
@@ -259,7 +260,6 @@ def _(
|
|
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:
|
|
|
247 |
client_section = mo.hstack([client_instantiation_form, client_callout], align="center", justify="space-around")
|
248 |
return (client_section,)
|
249 |
|
250 |
+
@app.cell
|
251 |
def _(
|
252 |
client,
|
253 |
client_key,
|
|
|
260 |
mo,
|
261 |
wrap_with_spaces,
|
262 |
):
|
|
|
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:
|