diff --git a/ollama_manager/commands/run.py b/ollama_manager/commands/run.py index c015d75..0dc280c 100644 --- a/ollama_manager/commands/run.py +++ b/ollama_manager/commands/run.py @@ -33,7 +33,7 @@ def run_model(): models = list_models() if models: selection = handle_interaction( - models, title="⚡️ Select model to run:\n", multi_select=False + models, title="🚀 Select model to run:\n", multi_select=False ) else: print("❌ No models selected for running with Streamlit UI")