Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,14 +120,14 @@ with gr.Blocks() as demo:
|
|
| 120 |
myDescription = gr.HTML("""
|
| 121 |
<h3 align='center'>Quel sujet vous intéresse ?</h3>
|
| 122 |
<p align='center'>🐶 🏃🏻♂️ 🌗 🍇 🌈 🍽️ 🏆 🚘 ✈️ 🩺 </p>
|
| 123 |
-
<p align='center' bgcolor="Moccasin">
|
| 124 |
"""
|
| 125 |
)
|
| 126 |
with gr.Row():
|
| 127 |
mode = gr.Radio(choices=["Recherche", "Exemples"], label = "Vous pouvez lire les exemples sans mots de passe!", value = "Exemples")
|
| 128 |
-
pw = gr.Textbox(lines=1, label="Veuillez entrer le mot de passe
|
| 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():
|
|
|
|
| 120 |
myDescription = gr.HTML("""
|
| 121 |
<h3 align='center'>Quel sujet vous intéresse ?</h3>
|
| 122 |
<p align='center'>🐶 🏃🏻♂️ 🌗 🍇 🌈 🍽️ 🏆 🚘 ✈️ 🩺 </p>
|
| 123 |
+
<p align='center' bgcolor="Moccasin">Veuillez soumettre votre question en français ou dans une autre langue !</p>
|
| 124 |
"""
|
| 125 |
)
|
| 126 |
with gr.Row():
|
| 127 |
mode = gr.Radio(choices=["Recherche", "Exemples"], label = "Vous pouvez lire les exemples sans mots de passe!", value = "Exemples")
|
| 128 |
+
pw = gr.Textbox(lines=1, label="Veuillez entrer le mot de passe :")
|
| 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():
|