Commit ·
edd8207
1
Parent(s): b848ba8
fix: remove unused css parameter from SpacesApp Blocks initialization
Browse files
app.py
CHANGED
|
@@ -461,9 +461,8 @@ class SpacesApp:
|
|
| 461 |
)
|
| 462 |
|
| 463 |
with gr.Blocks(
|
| 464 |
-
|
| 465 |
-
|
| 466 |
-
analytics_enabled=False
|
| 467 |
) as interface:
|
| 468 |
|
| 469 |
# Header section
|
|
|
|
| 461 |
)
|
| 462 |
|
| 463 |
with gr.Blocks(
|
| 464 |
+
title="Secure AI Agents Suite",
|
| 465 |
+
analytics_enabled=False
|
|
|
|
| 466 |
) as interface:
|
| 467 |
|
| 468 |
# Header section
|