MilanM commited on
Commit
a7155ff
·
verified ·
1 Parent(s): 928f807

Update visualizer_app.py

Browse files
Files changed (1) hide show
  1. visualizer_app.py +0 -10
visualizer_app.py CHANGED
@@ -368,16 +368,6 @@ def file_and_model_select(
368
 
369
  @app.cell
370
  def client_instantiation_form():
371
- # Endpoints
372
- wx_platform_url = "https://api.dataplatform.cloud.ibm.com"
373
- regions = {
374
- "US": "https://us-south.ml.cloud.ibm.com",
375
- "EU": "https://eu-de.ml.cloud.ibm.com",
376
- "GB": "https://eu-gb.ml.cloud.ibm.com",
377
- "JP": "https://jp-tok.ml.cloud.ibm.com",
378
- "AU": "https://au-syd.ml.cloud.ibm.com",
379
- "CA": "https://ca-tor.ml.cloud.ibm.com"
380
- }
381
  baked_in_creds = credentials
382
  # Create a form with multiple elements
383
  client_instantiation_form = (
 
368
 
369
  @app.cell
370
  def client_instantiation_form():
 
 
 
 
 
 
 
 
 
 
371
  baked_in_creds = credentials
372
  # Create a form with multiple elements
373
  client_instantiation_form = (