Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -421,13 +421,7 @@ def create_interface():
|
|
421 |
|
422 |
with gr.Blocks(
|
423 |
title="MCP Browser Agent - Token Optimized",
|
424 |
-
theme=gr.themes.Soft()
|
425 |
-
css="""
|
426 |
-
.container { max-width: 1200px; margin: auto; }
|
427 |
-
.header { text-align: center; margin-bottom: 2rem; }
|
428 |
-
.status-box { padding: 1rem; border-radius: 8px; margin: 1rem 0; }
|
429 |
-
.token-stats { background: #f0f8ff; padding: 1rem; border-radius: 8px; }
|
430 |
-
"""
|
431 |
) as interface:
|
432 |
|
433 |
gr.HTML("""
|
|
|
421 |
|
422 |
with gr.Blocks(
|
423 |
title="MCP Browser Agent - Token Optimized",
|
424 |
+
theme=gr.themes.Soft()
|
|
|
|
|
|
|
|
|
|
|
|
|
425 |
) as interface:
|
426 |
|
427 |
gr.HTML("""
|