valentin urena commited on
Commit
3201bb7
·
verified ·
1 Parent(s): 79c4c81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -72,11 +72,8 @@ chat_interface = gr.ChatInterface(
72
  ],
73
  stop_btn=None,
74
  examples=[
75
- ["Hello there! How are you doing?"],
76
- ["Can you explain briefly to me what is the Python programming language?"],
77
- ["Explain the plot of Cinderella in a sentence."],
78
- ["How many hours does it take a man to eat a Helicopter?"],
79
- ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
80
  ],
81
  cache_examples=False,
82
  type="messages",
 
72
  ],
73
  stop_btn=None,
74
  examples=[
75
+ ["Hi Gemma, what is a good first move in chess?"],
76
+ ["How does the Knight move?"]
 
 
 
77
  ],
78
  cache_examples=False,
79
  type="messages",