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