abidlabs HF Staff commited on
Commit
f2083e5
Β·
verified Β·
1 Parent(s): d29d936

Update ui_components.py

Browse files
Files changed (1) hide show
  1. 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())