Spaces:
Running
Running
hitmanblade
commited on
Update helpers/pptx_helper.py
Browse files- helpers/pptx_helper.py +1 -1
helpers/pptx_helper.py
CHANGED
@@ -110,7 +110,7 @@ def generate_powerpoint_presentation(
|
|
110 |
title.text, len(parsed_data['slides']),
|
111 |
GlobalConfig.PPTX_TEMPLATE_FILES[slides_template]['file']
|
112 |
)
|
113 |
-
subtitle.text =
|
114 |
all_headers = [title.text, ]
|
115 |
|
116 |
# Add content in a loop
|
|
|
110 |
title.text, len(parsed_data['slides']),
|
111 |
GlobalConfig.PPTX_TEMPLATE_FILES[slides_template]['file']
|
112 |
)
|
113 |
+
subtitle.text = "by Rayyan's PowerPoint AI :)"
|
114 |
all_headers = [title.text, ]
|
115 |
|
116 |
# Add content in a loop
|