kishanj97 commited on
Commit
003b4e0
·
verified ·
1 Parent(s): 5359fa5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -46,3 +46,7 @@ else: # Otherwise, consider it analytical or confident
46
 
47
  # Print tone counts
48
  print("Tone Counts:", tones)
 
 
 
 
 
46
 
47
  # Print tone counts
48
  print("Tone Counts:", tones)
49
+
50
+
51
+ # sample output
52
+ #Tone Counts: {'analytical': 0, 'anger': 0, 'confident': 0, 'fear': 0, 'joy': 1, 'sadness': 0, 'tentative': 0}