Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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 = []
|