Minor example tweak

#5
by pcuenq HF staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks(css='style.css') as demo:
147
  gr.Examples(
148
  examples=[
149
  'Hello there! How are you doing?',
150
- 'Can you explain to me briefly what is Python programming language?',
151
  'Explain the plot of Cinderella in a sentence.',
152
  'How many hours does it take a man to eat a Helicopter?',
153
  "Write a 100-word article on 'Benefits of Open-Source in AI research'",
 
147
  gr.Examples(
148
  examples=[
149
  'Hello there! How are you doing?',
150
+ 'Can you explain briefly to me what is the Python programming language?',
151
  'Explain the plot of Cinderella in a sentence.',
152
  'How many hours does it take a man to eat a Helicopter?',
153
  "Write a 100-word article on 'Benefits of Open-Source in AI research'",