Update app.py
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ def generate_gym_content(main_title, workout_names, image_files):
|
|
| 114 |
try:
|
| 115 |
clips = []
|
| 116 |
hd_width, hd_height = 1920, 1080
|
| 117 |
-
duration_per_slide =
|
| 118 |
|
| 119 |
# Title slide
|
| 120 |
title_text = TextClip(
|
|
|
|
| 114 |
try:
|
| 115 |
clips = []
|
| 116 |
hd_width, hd_height = 1920, 1080
|
| 117 |
+
duration_per_slide = 30 # 30 seconds per workout
|
| 118 |
|
| 119 |
# Title slide
|
| 120 |
title_text = TextClip(
|