Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def _(credentials, get_cred_value, mo, wx_regions):
|
|
| 98 |
wx_region = mo.ui.dropdown(
|
| 99 |
wx_regions,
|
| 100 |
label="Select your watsonx.ai region:",
|
| 101 |
-
value=get_cred_value('region', creds_var_name='baked_in_creds')
|
| 102 |
searchable=True
|
| 103 |
),
|
| 104 |
wx_api_key = mo.ui.text(
|
|
|
|
| 98 |
wx_region = mo.ui.dropdown(
|
| 99 |
wx_regions,
|
| 100 |
label="Select your watsonx.ai region:",
|
| 101 |
+
value=get_cred_value('region', creds_var_name='baked_in_creds'),
|
| 102 |
searchable=True
|
| 103 |
),
|
| 104 |
wx_api_key = mo.ui.text(
|