Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from agent import agent
|
|
| 6 |
|
| 7 |
# UI
|
| 8 |
|
| 9 |
-
with gr.Blocks() as demo:
|
| 10 |
|
| 11 |
# Centered title and description using HTML
|
| 12 |
gr.HTML("""
|
|
|
|
| 6 |
|
| 7 |
# UI
|
| 8 |
|
| 9 |
+
with gr.Blocks(show_footer=False) as demo:
|
| 10 |
|
| 11 |
# Centered title and description using HTML
|
| 12 |
gr.HTML("""
|