ifisch commited on
Commit
7d9a9b8
·
verified ·
1 Parent(s): a82ad7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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/app_pictures/afd_logo.png",
19
- 'CDU/CSU' : "TweetGPT/app_pictures/app_pictures/cdu_logo.png",
20
- 'Die Grünen' : "TweetGPT/app_pictures/app_pictures/gruene_logo.png",
21
- 'die Linke' : "TweetGPT/app_pictures/app_pictures/linke_logo.png"
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 = {