Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def drawTweet(tweet,i):
|
|
38 |
draw = ImageDraw.Draw(image)
|
39 |
|
40 |
|
41 |
-
font = ImageFont.truetype('
|
42 |
|
43 |
user = tweet.user
|
44 |
|
|
|
38 |
draw = ImageDraw.Draw(image)
|
39 |
|
40 |
|
41 |
+
font = ImageFont.truetype('SofiaSansCondensed-VariableFont_wght.ttf', size=36, encoding='utf-16')
|
42 |
|
43 |
user = tweet.user
|
44 |
|