Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeexe committed Dec 1, 2024
1 parent 61d8f88 commit e554250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ollama_manager/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit e554250

Please sign in to comment.