usmanyousaf commited on
Commit
dbe4bd7
·
verified ·
1 Parent(s): 9c452e8

Update global_config.py

Browse files
Files changed (1) hide show
  1. global_config.py +4 -4
global_config.py CHANGED
@@ -42,19 +42,19 @@ class GlobalConfig:
42
  PPTX_TEMPLATE_FILES = {
43
  'Basic': {
44
  'file': 'pptx_templates/Blank.pptx',
45
- # 'caption': 'A good start (Uses [photos](https://unsplash.com/photos/AFZ-qBPEceA) by [cetteup](https://unsplash.com/@cetteup?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash) on [Unsplash](https://unsplash.com/photos/a-foggy-forest-filled-with-lots-of-trees-d3ci37Gcgxg?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash)) 🟧'
46
  },
47
  'high contrast': {
48
  'file': 'pptx_templates/Minimalist_sales_pitch.pptx',
49
- # 'caption': 'In high contrast ⬛'
50
  },
51
  ' Bold': {
52
  'file': 'pptx_templates/Ion_Boardroom.pptx',
53
- # 'caption': 'Make some bold decisions 🟥'
54
  },
55
  'Monochrome': {
56
  'file': 'pptx_templates/Urban_monochrome.pptx',
57
- # 'caption': 'Marvel in a monochrome dream ⬜'
58
  },
59
  }
60
 
 
42
  PPTX_TEMPLATE_FILES = {
43
  'Basic': {
44
  'file': 'pptx_templates/Blank.pptx',
45
+ 'caption': ' '
46
  },
47
  'high contrast': {
48
  'file': 'pptx_templates/Minimalist_sales_pitch.pptx',
49
+ 'caption': ' '
50
  },
51
  ' Bold': {
52
  'file': 'pptx_templates/Ion_Boardroom.pptx',
53
+ 'caption': ' '
54
  },
55
  'Monochrome': {
56
  'file': 'pptx_templates/Urban_monochrome.pptx',
57
+ 'caption': ' '
58
  },
59
  }
60