MilanM commited on
Commit
0a23ed2
·
verified ·
1 Parent(s): fe91776

Update visualizer_app.py

Browse files
Files changed (1) hide show
  1. visualizer_app.py +7 -4
visualizer_app.py CHANGED
@@ -371,14 +371,17 @@ def client_instantiation_form():
371
  client_instantiation_form = (
372
  mo.md('''
373
  ###**watsonx.ai credentials:**
374
-
375
  {wx_region}
376
-
377
  {wx_api_key}
378
-
379
  {project_id}
380
-
381
  {space_id}
 
 
 
382
  ''')
383
  .batch(
384
  wx_region = mo.ui.dropdown(regions, label="Select your watsonx.ai region:", value="US", searchable=True),
 
371
  client_instantiation_form = (
372
  mo.md('''
373
  ###**watsonx.ai credentials:**
374
+
375
  {wx_region}
376
+
377
  {wx_api_key}
378
+
379
  {project_id}
380
+
381
  {space_id}
382
+
383
+ > You can add either a project_id, space_id or both, **only one is required**.
384
+ > If you provide both you can switch the active one in the dropdown.
385
  ''')
386
  .batch(
387
  wx_region = mo.ui.dropdown(regions, label="Select your watsonx.ai region:", value="US", searchable=True),