Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,10 +15,10 @@ party_dict = {
|
|
15 |
|
16 |
picture_paths = {
|
17 |
'blue_check': "TweetGPT/app_pictures/Twitter_Verified_Badge.svg.png",
|
18 |
-
'AfD' : "TweetGPT/app_pictures/
|
19 |
-
'CDU/CSU' : "TweetGPT/app_pictures/
|
20 |
-
'Die Grünen' : "TweetGPT/app_pictures/
|
21 |
-
'die Linke' : "TweetGPT/app_pictures/
|
22 |
}
|
23 |
|
24 |
party_info = {
|
|
|
15 |
|
16 |
picture_paths = {
|
17 |
'blue_check': "TweetGPT/app_pictures/Twitter_Verified_Badge.svg.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",
|
21 |
+
'die Linke' : "TweetGPT/app_pictures/linke_logo.png"
|
22 |
}
|
23 |
|
24 |
party_info = {
|