Update ui/tab_config.py
Browse files- ui/tab_config.py +1 -1
ui/tab_config.py
CHANGED
|
@@ -13,7 +13,7 @@ from utils.model_interface import extract_model_id, get_default_system_prompt
|
|
| 13 |
|
| 14 |
def build_config_tab() -> dict:
|
| 15 |
"""Build the configuration tab UI."""
|
| 16 |
-
with gr.Tab("⚙️ Configuration"):
|
| 17 |
gr.Markdown("### Model Selection")
|
| 18 |
|
| 19 |
model_choices = [f"{m['name']} ({m['id']})" for m in MODELS]
|
|
|
|
| 13 |
|
| 14 |
def build_config_tab() -> dict:
|
| 15 |
"""Build the configuration tab UI."""
|
| 16 |
+
with gr.Tab("⚙️ Model Choice & Configuration"):
|
| 17 |
gr.Markdown("### Model Selection")
|
| 18 |
|
| 19 |
model_choices = [f"{m['name']} ({m['id']})" for m in MODELS]
|