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