Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,5 +43,6 @@ with gr.Blocks() as demo:
|
|
43 |
# ✅ Correct usage of Timer
|
44 |
timer = gr.Timer(1.0)
|
45 |
timer.tick(fn=show_token, outputs=token_display)
|
|
|
46 |
|
47 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
43 |
# ✅ Correct usage of Timer
|
44 |
timer = gr.Timer(1.0)
|
45 |
timer.tick(fn=show_token, outputs=token_display)
|
46 |
+
timer.tick(fn=show_client_id, outputs=client_id_display)
|
47 |
|
48 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|