abidlabs HF Staff commited on
Commit
dc2b664
·
verified ·
1 Parent(s): bcad604

Update ui_components.py

Browse files
Files changed (1) hide show
  1. ui_components.py +1 -1
ui_components.py CHANGED
@@ -114,7 +114,7 @@ class UIComponents:
114
 
115
  def _create_provider_model_selection(self):
116
  """Create provider and model selection dropdowns with defaults"""
117
- with gr.Accordion("🚀 Inference Configuration"):
118
 
119
  # Provider dropdown with default selection
120
  provider_choices = list(AppConfig.INFERENCE_PROVIDERS.keys())
 
114
 
115
  def _create_provider_model_selection(self):
116
  """Create provider and model selection dropdowns with defaults"""
117
+ with gr.Accordion("🚀 Inference Configuration", open=False):
118
 
119
  # Provider dropdown with default selection
120
  provider_choices = list(AppConfig.INFERENCE_PROVIDERS.keys())