danielkorat commited on
Commit
c996b81
·
verified ·
1 Parent(s): 8800702

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -411,7 +411,7 @@ class GradioUI:
411
 
412
  def launch(self, **kwargs):
413
 
414
- with gr.Blocks(theme="ocean", fill_height=True) as demo:
415
  # Different layouts for mobile and computer devices
416
  @gr.render()
417
  def layout(request: gr.Request):
 
411
 
412
  def launch(self, **kwargs):
413
 
414
+ with gr.Blocks(title="AI Agent", theme="ocean", fill_height=True) as demo:
415
  # Different layouts for mobile and computer devices
416
  @gr.render()
417
  def layout(request: gr.Request):