mbarnig commited on
Commit
6c0a1fd
·
verified ·
1 Parent(s): b6b9327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks() as demo:
129
  with gr.Row():
130
  question = gr.Textbox(lines=3, label="Please submit your question ?")
131
  with gr.Row():
132
- examples = gr.Radio(["What happened in May 2009 in Luxembourg ?", "What were the highlights in 2017 ?"], value="What happened in May 2009 in Luxembourg ?", label="Examples")
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="Please submit your question ?")
131
  with gr.Row():
132
+ examples = gr.Radio(["What is reported about animals in the news ?", "Quelles sont les rubriques régulières dans les informations de RTL ?", "Wat ware Wierder vum Joer an der Vergaangenheet ?", "Welches Thema kommt sehr häufig vor in den RTL Nachrichten ?"], value="Wat ware Wierder vum Joer an der Vergaangenheet ?", label="Examples")
133
  with gr.Row():
134
  clear = gr.Button("Clear")
135
  submit = gr.Button("Submit")