Spaces:
Sleeping
Sleeping
Update app caption and usage instructions
Browse files- global_config.py +6 -3
- strings.json +1 -1
global_config.py
CHANGED
|
@@ -46,15 +46,18 @@ class GlobalConfig:
|
|
| 46 |
# This is a long text, so not incorporated as a string in `strings.json`
|
| 47 |
CHAT_USAGE_INSTRUCTIONS = (
|
| 48 |
'Briefly describe your topic of presentation in the textbox provided below.'
|
|
|
|
| 49 |
' Subsequently, you can add follow-up instructions, e.g., "Can you add a slide on GPUs?"'
|
| 50 |
' You can also ask it to refine any particular slide, e.g., "Make the slide with title'
|
| 51 |
' \'Examples of AI\' a bit more descriptive."'
|
|
|
|
|
|
|
| 52 |
'\n\n'
|
| 53 |
-
'SlideDeck AI generates only text content. It does not have access to the
|
| 54 |
'\n\n'
|
| 55 |
-
'If you like SlideDeck AI, please consider leaving a heart on the'
|
| 56 |
' [Hugging Face Space](https://huggingface.co/spaces/barunsaha/slide-deck-ai/) or'
|
| 57 |
-
' a star on [GitHub](https://github.com/barun-saha/slide-deck-ai).'
|
| 58 |
)
|
| 59 |
|
| 60 |
|
|
|
|
| 46 |
# This is a long text, so not incorporated as a string in `strings.json`
|
| 47 |
CHAT_USAGE_INSTRUCTIONS = (
|
| 48 |
'Briefly describe your topic of presentation in the textbox provided below.'
|
| 49 |
+
' For example, "Make a slide deck on AI."'
|
| 50 |
' Subsequently, you can add follow-up instructions, e.g., "Can you add a slide on GPUs?"'
|
| 51 |
' You can also ask it to refine any particular slide, e.g., "Make the slide with title'
|
| 52 |
' \'Examples of AI\' a bit more descriptive."'
|
| 53 |
+
' As another example, sometimes the formatting of generated Python code can be a bit weird.'
|
| 54 |
+
' You can try it telling, "Split multi-line codes into multiple lines," and hope for a fix.'
|
| 55 |
'\n\n'
|
| 56 |
+
'SlideDeck AI generates only text content. It does not have access to the Web.'
|
| 57 |
'\n\n'
|
| 58 |
+
'If you like SlideDeck AI, please consider leaving a heart ❤️ on the'
|
| 59 |
' [Hugging Face Space](https://huggingface.co/spaces/barunsaha/slide-deck-ai/) or'
|
| 60 |
+
' a star ⭐ on [GitHub](https://github.com/barun-saha/slide-deck-ai).'
|
| 61 |
)
|
| 62 |
|
| 63 |
|
strings.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"app_name": ":green[SlideDeck AI $^{[Reloaded]}$]",
|
| 3 |
-
"caption": "*Converse, create,
|
| 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, and improve your next PowerPoint slide deck*",
|
| 4 |
"section_headers": [
|
| 5 |
"Step 1: Generate your content",
|
| 6 |
"Step 2: Make it structured",
|