Spaces:
Runtime error
Runtime error
Update global_config.py
Browse files- 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
|
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 |
|