Update ui.py
Browse files
ui.py
CHANGED
|
@@ -41,7 +41,7 @@ def build_app():
|
|
| 41 |
"""
|
| 42 |
|
| 43 |
with gr.Blocks() as demo:
|
| 44 |
-
gr.HTML("<h1 style='text-align: center;'>🛡️ AI
|
| 45 |
|
| 46 |
timer = gr.Timer(UI_UPDATE_INTERVAL_SECONDS)
|
| 47 |
|
|
|
|
| 41 |
"""
|
| 42 |
|
| 43 |
with gr.Blocks() as demo:
|
| 44 |
+
gr.HTML("<h1 style='text-align: center;'>🛡️ Smart Home AI Command Center</h1>")
|
| 45 |
|
| 46 |
timer = gr.Timer(UI_UPDATE_INTERVAL_SECONDS)
|
| 47 |
|