From 84c0be97425b9d6f8225e7e60f2c24af2643e817 Mon Sep 17 00:00:00 2001 From: Ignacio Rivero Date: Tue, 24 Jun 2025 02:58:28 -0300 Subject: [PATCH] Added Banner Mode, updated requirements.txt (oops) --- app.py | 44 +++++++++++++++++++++++++++++++++++++++++--- requirements.txt | 3 ++- 2 files changed, 43 insertions(+), 4 deletions(-) diff --git a/app.py b/app.py index d83b7f1..6af6ede 100644 --- a/app.py +++ b/app.py @@ -20,6 +20,7 @@ FONT_SIZE = 24 HEADER_SIZE_1 = 56 HEADER_SIZE_2 = 34 HEADER_SIZE_3 = 28 +BANNER_FONT_SIZE = 300 IMAGE_WIDTH = 384 BULLET_CHAR = "• " @@ -390,6 +391,12 @@ HTML_FORM = '''

+
+ +