Update visualizer_app.py
Browse files- visualizer_app.py +7 -7
visualizer_app.py
CHANGED
@@ -86,13 +86,13 @@ def client_variables(client_instantiation_form):
|
|
86 |
return client_setup, project_id, space_id, wx_api_key, wx_url
|
87 |
|
88 |
|
89 |
-
@app.cell
|
90 |
-
def _(client_setup, wx_api_key):
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
|
97 |
@app.cell
|
98 |
def _():
|
|
|
86 |
return client_setup, project_id, space_id, wx_api_key, wx_url
|
87 |
|
88 |
|
89 |
+
# @app.cell
|
90 |
+
# def _(client_setup, wx_api_key):
|
91 |
+
# if client_setup:
|
92 |
+
# token = get_iam_token(wx_api_key)
|
93 |
+
# else:
|
94 |
+
# token = None
|
95 |
+
# return
|
96 |
|
97 |
@app.cell
|
98 |
def _():
|