devuxious commited on
Commit
542773f
·
verified ·
1 Parent(s): 6269917

Update global_config.py

Browse files
Files changed (1) hide show
  1. global_config.py +1 -6
global_config.py CHANGED
@@ -42,7 +42,7 @@ 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
  'Minimalist Sales Pitch': {
48
  'file': 'pptx_templates/Minimalist_sales_pitch.pptx',
@@ -69,11 +69,6 @@ class GlobalConfig:
69
  '\n\n'
70
  ' You can also ask it to refine any particular slide, e.g.:\n'
71
  '- Make the slide with title \'Examples of AI\' a bit more descriptive.'
72
- '\n\n'
73
- 'See this [demo video](https://youtu.be/QvAKzNKtk9k) for a brief walkthrough.\n\n'
74
- ' SlideDeck AI does not have access to the Web, apart for searching for images relevant'
75
- ' to the slides. Photos are added probabilistically; transparency needs to be changed'
76
- ' manually, if required.'
77
  )
78
 
79
 
 
42
  PPTX_TEMPLATE_FILES = {
43
  'Basic': {
44
  'file': 'pptx_templates/Blank.pptx',
45
+ 'caption': 'A good start 🟧'
46
  },
47
  'Minimalist Sales Pitch': {
48
  'file': 'pptx_templates/Minimalist_sales_pitch.pptx',
 
69
  '\n\n'
70
  ' You can also ask it to refine any particular slide, e.g.:\n'
71
  '- Make the slide with title \'Examples of AI\' a bit more descriptive.'
 
 
 
 
 
72
  )
73
 
74