Spaces:
Sleeping
Sleeping
Minor example tweak (#5)
Browse files- Minor example tweak (a85f6388e956e950d847923cc878e64d5016cecd)
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
|
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'",
|