diff --git a/Applications/LLMEval/ContentView.swift b/Applications/LLMEval/ContentView.swift index 176c1ff..435f496 100644 --- a/Applications/LLMEval/ContentView.swift +++ b/Applications/LLMEval/ContentView.swift @@ -19,6 +19,7 @@ struct ContentView: View { ProgressView() } Text(llm.output) + .textSelection(.enabled) } HStack {