MilanM commited on
Commit
c779739
·
verified ·
1 Parent(s): ae59b45

Update visualizer_app.py

Browse files
Files changed (1) hide show
  1. 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
- if client_setup:
92
- token = get_iam_token(wx_api_key)
93
- else:
94
- token = None
95
- return
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 _():