Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|