Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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
|