Spaces:
Sleeping
Sleeping
Update texts displayed
Browse files- global_config.py +6 -1
- strings.json +2 -2
global_config.py
CHANGED
@@ -41,13 +41,18 @@ class GlobalConfig:
|
|
41 |
}
|
42 |
}
|
43 |
|
|
|
44 |
CHAT_USAGE_INSTRUCTIONS = (
|
45 |
'Briefly describe your topic of presentation in the textbox provided below.'
|
46 |
' Subsequently, you can add follow-up instructions, e.g., "Can you add a slide on GPUs?"'
|
47 |
-
' You can also ask
|
48 |
' \'Examples of AI\' a bit more descriptive."'
|
49 |
'\n\n'
|
50 |
'SlideDeck AI generates only text content. It does not have access to the Internet.'
|
|
|
|
|
|
|
|
|
51 |
)
|
52 |
|
53 |
|
|
|
41 |
}
|
42 |
}
|
43 |
|
44 |
+
# This is a long text, so not incorporated as a string in `strings.json`
|
45 |
CHAT_USAGE_INSTRUCTIONS = (
|
46 |
'Briefly describe your topic of presentation in the textbox provided below.'
|
47 |
' Subsequently, you can add follow-up instructions, e.g., "Can you add a slide on GPUs?"'
|
48 |
+
' You can also ask it to refine any particular slide, e.g., "Make the slide with title'
|
49 |
' \'Examples of AI\' a bit more descriptive."'
|
50 |
'\n\n'
|
51 |
'SlideDeck AI generates only text content. It does not have access to the Internet.'
|
52 |
+
'\n\n'
|
53 |
+
'If you like SlideDeck AI, please consider leaving a heart on the'
|
54 |
+
' [Hugging Face Space](https://huggingface.co/spaces/barunsaha/slide-deck-ai/) or'
|
55 |
+
' a star on [GitHub](https://github.com/barun-saha/slide-deck-ai).'
|
56 |
)
|
57 |
|
58 |
|
strings.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"app_name": ":green[SlideDeck AI [Reloaded]]",
|
3 |
-
"caption": "Converse, create, iterate, and improve your PowerPoint slide deck",
|
4 |
"section_headers": [
|
5 |
"Step 1: Generate your content",
|
6 |
"Step 2: Make it structured",
|
|
|
1 |
{
|
2 |
+
"app_name": ":green[SlideDeck AI $^{[Reloaded]}$]",
|
3 |
+
"caption": "Converse, create, iterate, and improve your next PowerPoint slide deck",
|
4 |
"section_headers": [
|
5 |
"Step 1: Generate your content",
|
6 |
"Step 2: Make it structured",
|