Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -397,7 +397,7 @@ def handle_files(files):
|
|
| 397 |
# UI
|
| 398 |
# ============================================================================
|
| 399 |
|
| 400 |
-
with gr.Blocks(
|
| 401 |
|
| 402 |
gr.HTML("""
|
| 403 |
<div style="text-align: center; padding: 20px 0;">
|
|
|
|
| 397 |
# UI
|
| 398 |
# ============================================================================
|
| 399 |
|
| 400 |
+
with gr.Blocks(title="MAKER Agent") as demo:
|
| 401 |
|
| 402 |
gr.HTML("""
|
| 403 |
<div style="text-align: center; padding: 20px 0;">
|