devuxious commited on
Commit
db950e6
1 Parent(s): 445299e

Update helpers/pptx_helper.py

Browse files
Files changed (1) hide show
  1. 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 = 'by Myself and Maiden PowerPoint AI'
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 Myself and Maiden PowerPoint AI [Rayyan]'
114
  all_headers = [title.text, ]
115
 
116
  # Add content in a loop