broadfield-dev commited on
Commit
a408582
·
verified ·
1 Parent(s): 8543532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -565,7 +565,7 @@ with gr.Blocks(theme=custom_theme, css=custom_css, title="AI Research Mega Agent
565
 
566
  with gr.Tabs() as main_tabs:
567
  with gr.TabItem("⚙️ Agent Configuration & 💬 Chat", id=0): # Combined Config and Chat
568
- with gr.Group(equal_height=False): # Allow columns to size independently
569
  with gr.Column(scale=1, min_width=380): # Sidebar for config
570
  gr.Markdown("## ⚙️ LLM Configuration")
571
  with gr.Group(): # Removed elem_classes="compact-group" unless specifically needed for sub-styling
 
565
 
566
  with gr.Tabs() as main_tabs:
567
  with gr.TabItem("⚙️ Agent Configuration & 💬 Chat", id=0): # Combined Config and Chat
568
+ with gr.Group(): # Allow columns to size independently
569
  with gr.Column(scale=1, min_width=380): # Sidebar for config
570
  gr.Markdown("## ⚙️ LLM Configuration")
571
  with gr.Group(): # Removed elem_classes="compact-group" unless specifically needed for sub-styling