barunsaha commited on
Commit
6205107
1 Parent(s): 57daf6a

Add demo video link

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. global_config.py +4 -4
README.md CHANGED
@@ -63,7 +63,8 @@ for example, in a `.env` file. Visit the respective websites to obtain the keys.
63
 
64
  # Live Demo
65
 
66
- [SlideDeck AI](https://huggingface.co/spaces/barunsaha/slide-deck-ai) on Hugging Face Spaces
 
67
 
68
 
69
  # Award
 
63
 
64
  # Live Demo
65
 
66
+ - [SlideDeck AI](https://huggingface.co/spaces/barunsaha/slide-deck-ai) on Hugging Face Spaces
67
+ - [Demo video](https://youtu.be/QvAKzNKtk9k) of the chat interface on YouTube
68
 
69
 
70
  # Award
global_config.py CHANGED
@@ -46,10 +46,10 @@ 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
- ' 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'
 
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." Subsequently, you can add follow-up'
50
+ ' instructions, e.g., "Can you add a slide on GPUs?" You can also ask it to refine any'
51
+ ' particular slide, e.g., "Make the slide with title \'Examples of AI\' a bit more'
52
+ ' descriptive." See this [demo video](https://youtu.be/QvAKzNKtk9k).'
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'