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