abidlabs HF Staff commited on
Commit
82ff1ca
Β·
verified Β·
1 Parent(s): 1f22f83

Update ui_components.py

Browse files
Files changed (1) hide show
  1. 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.Group(elem_classes="provider-model-selection"):
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())