ysharma HF staff commited on
Commit
b7f3190
1 Parent(s): ec73d16

updated examples

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -26,11 +26,11 @@ this demo is governed by the original [license](https://huggingface.co/spaces/ys
26
  """
27
  css = """.toast-wrap { display: none !important } """
28
  examples=[
29
- 'Hello there! How are you doing?',
30
- 'Can you explain to me briefly what is Python programming language?',
31
- 'Explain the plot of Cinderella in a sentence.',
32
- 'How many hours does it take a man to eat a Helicopter?',
33
- "Write a 100-word article on 'Benefits of Open-Source in AI research'",
34
  ]
35
 
36
 
 
26
  """
27
  css = """.toast-wrap { display: none !important } """
28
  examples=[
29
+ ['Hello there! How are you doing?'],
30
+ ['Can you explain to me briefly what is Python programming language?'],
31
+ ['Explain the plot of Cinderella in a sentence.'],
32
+ ['How many hours does it take a man to eat a Helicopter?'],
33
+ ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
34
  ]
35
 
36