User1342 commited on
Commit
386ac0c
·
1 Parent(s): faf4d33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -436,7 +436,7 @@ def button_pressed(text_box):
436
  text = text + " '{} is experiencing a significantly high amount of negative sentiment content.".format(text_box)
437
 
438
  if len(text) == len(original_text):
439
- text = text + " No excessive hate speech or low sentiment was observed in @{}'s mentions or timeline".format(text_box)
440
 
441
  return [toxicity_plot_fig, sentiment_plot_fig, fig, text]
442
 
 
436
  text = text + " '{} is experiencing a significantly high amount of negative sentiment content.".format(text_box)
437
 
438
  if len(text) == len(original_text):
439
+ text = text + " No excessive hate speech or low sentiment was observed in @{}'s mentions or timeline.".format(text_box)
440
 
441
  return [toxicity_plot_fig, sentiment_plot_fig, fig, text]
442