hitmanblade commited on
Commit
f09d792
·
verified ·
1 Parent(s): c491e46

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 Rayyan's PowerPointAI'
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 PowerPoint AI :)'
114
  all_headers = [title.text, ]
115
 
116
  # Add content in a loop