Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -430,7 +430,7 @@ body { background: linear-gradient(to bottom right, #2c3e50, #34495e); color: #e
|
|
430 |
.app-title-area { padding: 0.5rem 0; text-align: center;} /* Area for title and subtitle */
|
431 |
"""
|
432 |
|
433 |
-
with gr.Blocks(
|
434 |
# Removed gr.HTML("<style>" + custom_css + "</style>") as css is passed to gr.Blocks
|
435 |
|
436 |
with gr.Column(elem_classes="main-interface-wrapper"): # New overall wrapper for content
|
|
|
430 |
.app-title-area { padding: 0.5rem 0; text-align: center;} /* Area for title and subtitle */
|
431 |
"""
|
432 |
|
433 |
+
with gr.Blocks(title="AI Research Agent v5.8") as demo:
|
434 |
# Removed gr.HTML("<style>" + custom_css + "</style>") as css is passed to gr.Blocks
|
435 |
|
436 |
with gr.Column(elem_classes="main-interface-wrapper"): # New overall wrapper for content
|