BroBro87 commited on
Commit
a5267f3
·
verified ·
1 Parent(s): e8313ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def create_gradio_api():
149
  connect_btn.click(
150
  fn=handle_connection,
151
  inputs=[entity_id_input, redirect_url_input],
152
- outputs=[status_message, redirect_link, connection_status]
153
  )
154
 
155
  with gr.Tab("Status Check"):
 
149
  connect_btn.click(
150
  fn=handle_connection,
151
  inputs=[entity_id_input, redirect_url_input],
152
+ outputs=[redirect_link]
153
  )
154
 
155
  with gr.Tab("Status Check"):