Spaces:
Running
Running
Update ui_components.py
Browse files- ui_components.py +1 -2
ui_components.py
CHANGED
@@ -115,8 +115,7 @@ class UIComponents:
|
|
115 |
|
116 |
def _create_provider_model_selection(self):
|
117 |
"""Create provider and model selection dropdowns with defaults"""
|
118 |
-
with gr.
|
119 |
-
gr.Markdown("## π Inference Configuration", container=True)
|
120 |
|
121 |
# Provider dropdown with default selection
|
122 |
provider_choices = list(AppConfig.INFERENCE_PROVIDERS.keys())
|
|
|
115 |
|
116 |
def _create_provider_model_selection(self):
|
117 |
"""Create provider and model selection dropdowns with defaults"""
|
118 |
+
with gr.Accordion("π Inference Configuration")
|
|
|
119 |
|
120 |
# Provider dropdown with default selection
|
121 |
provider_choices = list(AppConfig.INFERENCE_PROVIDERS.keys())
|