update web app

This commit is contained in:
zjrwtx
2025-03-14 10:11:39 +08:00
parent d6344a3199
commit b4f9c30762

View File

@@ -765,7 +765,7 @@ def create_ui():
app.load(
fn=update_logs,
outputs=[log_display],
every=3
every=2
)
return app