Thiwanka01 commited on
Commit
20f9e23
1 Parent(s): f762c6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ interface = gr.Interface(
45
  gr.Textbox(label="Text Command") # Text input
46
  ],
47
  outputs="text", # Output the text response (device control command)
48
- title="AI_driven_consumer_device_ecosystem2",
49
  description="Use voice or text commands to interact with smart devices in your ecosystem."
50
  )
51
 
 
45
  gr.Textbox(label="Text Command") # Text input
46
  ],
47
  outputs="text", # Output the text response (device control command)
48
+ title="AI-Driven Consumer Device Ecosystem",
49
  description="Use voice or text commands to interact with smart devices in your ecosystem."
50
  )
51