Spaces:
Running
Running
Display the template color patches as squares
Browse files- 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': '
|
46 |
},
|
47 |
'Minimalist Sales Pitch': {
|
48 |
'file': 'pptx_templates/Minimalist_sales_pitch.pptx',
|
49 |
-
'caption': '
|
50 |
},
|
51 |
'Ion Boardroom': {
|
52 |
'file': 'pptx_templates/Ion_Boardroom.pptx',
|
53 |
-
'caption': '
|
54 |
},
|
55 |
'Urban Monochrome': {
|
56 |
'file': 'pptx_templates/Urban_monochrome.pptx',
|
57 |
-
'caption': '
|
58 |
},
|
59 |
}
|
60 |
|
|
|
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',
|
49 |
+
'caption': 'In high contrast β¬'
|
50 |
},
|
51 |
'Ion Boardroom': {
|
52 |
'file': 'pptx_templates/Ion_Boardroom.pptx',
|
53 |
+
'caption': 'Make some bold decisions π₯'
|
54 |
},
|
55 |
'Urban Monochrome': {
|
56 |
'file': 'pptx_templates/Urban_monochrome.pptx',
|
57 |
+
'caption': 'Marvel in a monochrome dream β¬'
|
58 |
},
|
59 |
}
|
60 |
|