broadfield-dev commited on
Commit
7fe005b
·
verified ·
1 Parent(s): be2aede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(theme=custom_theme, 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
 
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