develop #1

Merged
Cyril merged 2 commits from develop into main 2025-10-12 09:41:42 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit b990f80263 - Show all commits

View File

@ -11,7 +11,6 @@ class DisplayFormatter:
return f"{result['error']}"
sentiment = result["sentiment"]
print(sentiment)
confidence = result["confidence"]
emoji = "😊" if sentiment == "positive" else "😞"