User1342 commited on
Commit
2e18dd0
·
1 Parent(s): 542cf41

Update app.py

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