User1342 commited on
Commit
676d090
·
1 Parent(s): 22df32e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -374,8 +374,8 @@ def button_pressed(text_box):
374
  )])
375
 
376
  # Comprise text for summary label
377
- text = "A total number of {} recent tweets were reviewed, of which {} users were exposed to @{} via mentions and " \
378
- "{} were exposed to @{} directly via following them.".format(tweets, mentions, text_box, following, text_box)
379
 
380
  high_identifiers = []
381
  extreme_identifiers = []
 
374
  )])
375
 
376
  # Comprise text for summary label
377
+ text = "A total number of {} recent tweets were reviewed, of which @{} was exposed to {} users/ authors via mentions and " \
378
+ "{} directly via following them.".format(tweets, text_box, mentions, following)
379
 
380
  high_identifiers = []
381
  extreme_identifiers = []