balenkano commited on
Commit
0f73f4b
·
verified ·
1 Parent(s): 79635ff

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
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 IOT CENTER</h1>")
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