MilanM commited on
Commit
b6ac9c6
·
verified ·
1 Parent(s): 7dfa919

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(