Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ party_dict = {
|
|
14 |
}
|
15 |
|
16 |
picture_paths = {
|
17 |
-
'blue_check': "TweetGPT/app_pictures/Twitter_Verified_Badge.
|
18 |
'AfD' : "TweetGPT/app_pictures/afd_logo.png",
|
19 |
'CDU/CSU' : "TweetGPT/app_pictures/cdu_logo.png",
|
20 |
'Die Grünen' : "TweetGPT/app_pictures/gruene_logo.png",
|
|
|
14 |
}
|
15 |
|
16 |
picture_paths = {
|
17 |
+
'blue_check': "TweetGPT/app_pictures/Twitter_Verified_Badge.png",
|
18 |
'AfD' : "TweetGPT/app_pictures/afd_logo.png",
|
19 |
'CDU/CSU' : "TweetGPT/app_pictures/cdu_logo.png",
|
20 |
'Die Grünen' : "TweetGPT/app_pictures/gruene_logo.png",
|