Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=[
|
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"):
|