Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="yellow"))
|
|
24 |
|
25 |
with gr.Row():
|
26 |
msg = gr.Textbox(
|
27 |
-
placeholder="Exemple :
|
28 |
show_label=False,
|
29 |
container=True,
|
30 |
scale=8
|
|
|
24 |
|
25 |
with gr.Row():
|
26 |
msg = gr.Textbox(
|
27 |
+
placeholder="Exemple : Comment devenir médecin ?",
|
28 |
show_label=False,
|
29 |
container=True,
|
30 |
scale=8
|