Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1204,7 +1204,8 @@ def create_pdf():
|
|
1204 |
"β": "2", # Subscript 2
|
1205 |
"β": "3", # Subscript 3
|
1206 |
"β": "Check", # Checkmark
|
1207 |
-
"β¬": "EUR"
|
|
|
1208 |
# Add more replacements as needed
|
1209 |
}
|
1210 |
for char, replacement in replacements.items():
|
|
|
1204 |
"β": "2", # Subscript 2
|
1205 |
"β": "3", # Subscript 3
|
1206 |
"β": "Check", # Checkmark
|
1207 |
+
"β¬": "EUR",
|
1208 |
+
"β": "'" # Euro symbol
|
1209 |
# Add more replacements as needed
|
1210 |
}
|
1211 |
for char, replacement in replacements.items():
|