Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,6 @@ from pydantic import BaseModel, Field
|
|
| 23 |
# ========================================
|
| 24 |
|
| 25 |
# Reddit Template Text Settings
|
| 26 |
-
Reddit Template Text Settings
|
| 27 |
REDDIT_CONFIG = {
|
| 28 |
'template_file': 'reddit_template.png', # Template filename in script directory
|
| 29 |
'font_file': 'RFDewi-Bold.ttf', # Font file for Reddit text
|
|
|
|
| 23 |
# ========================================
|
| 24 |
|
| 25 |
# Reddit Template Text Settings
|
|
|
|
| 26 |
REDDIT_CONFIG = {
|
| 27 |
'template_file': 'reddit_template.png', # Template filename in script directory
|
| 28 |
'font_file': 'RFDewi-Bold.ttf', # Font file for Reddit text
|