Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,9 +38,9 @@ with gr.Blocks(
|
|
38 |
with gr.Column():
|
39 |
clear = gr.ClearButton(components=[msg, chatbot], value="Clear console")
|
40 |
gr.Examples([
|
41 |
-
"
|
42 |
-
"Tu peux me
|
43 |
-
"
|
44 |
], [msg])
|
45 |
|
46 |
btn.click(respond, inputs=[msg, chatbot], outputs=[msg, chatbot])
|
|
|
38 |
with gr.Column():
|
39 |
clear = gr.ClearButton(components=[msg, chatbot], value="Clear console")
|
40 |
gr.Examples([
|
41 |
+
"Retrouve-moi le nom du stade lors du match opposant Racing 92 à Castres le samedi 03 septembre 2022 ?",
|
42 |
+
"Tu peux me dire le 10 de Soyaux-Angoulême lors du match les opposant à Aurillac du vendredi 09 septembre 2022 ?",
|
43 |
+
"Peux-tu me donner le poste de François Mostert lors du match opposant Afrique du Sud à Italie du samedi 19 novembre 2022 ?",
|
44 |
], [msg])
|
45 |
|
46 |
btn.click(respond, inputs=[msg, chatbot], outputs=[msg, chatbot])
|