Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks() as demo:
|
|
129 |
with gr.Row():
|
130 |
question = gr.Textbox(lines=3, label="Veuillez soumettre votre question :")
|
131 |
with gr.Row():
|
132 |
-
examples = gr.Radio(["What happened in May 2009 in Luxembourg ?"], value="What happened in May 2009 in Luxembourg ?", label="Exemples")
|
133 |
with gr.Row():
|
134 |
clear = gr.Button("Clear")
|
135 |
submit = gr.Button("Submit")
|
|
|
129 |
with gr.Row():
|
130 |
question = gr.Textbox(lines=3, label="Veuillez soumettre votre question :")
|
131 |
with gr.Row():
|
132 |
+
examples = gr.Radio(["What happened in May 2009 in Luxembourg ?", "Quelle évolution a eu lieu dans le domaine de la protection de la nature pendant les dix dernières années ?"], value="What happened in May 2009 in Luxembourg ?", label="Exemples")
|
133 |
with gr.Row():
|
134 |
clear = gr.Button("Clear")
|
135 |
submit = gr.Button("Submit")
|