ifisch commited on
Commit
c8409f9
·
verified ·
1 Parent(s): 43e209e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -14,11 +14,11 @@ party_dict = {
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",
21
- 'die Linke' : "TweetGPT/app_pictures/linke_logo.png"
22
  }
23
 
24
  party_info = {
 
14
  }
15
 
16
  picture_paths = {
17
+ 'blue_check': "./app_pictures/Twitter_Verified_Badge.png",
18
+ 'AfD' : "./app_pictures/afd_logo.png",
19
+ 'CDU/CSU' : "./app_pictures/cdu_logo.png",
20
+ 'Die Grünen' : "./app_pictures/gruene_logo.png",
21
+ 'die Linke' : "./app_pictures/linke_logo.png"
22
  }
23
 
24
  party_info = {