Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks(title=title) as demo:
|
|
21 |
# with gr.Column(scale=4):
|
22 |
with gr.Row():
|
23 |
with gr.Column(scale = 8):
|
24 |
-
text_area = gr.Textbox(placeholder="Ecrivez ici
|
25 |
with gr.Accordion("Tous les résultats:", ):
|
26 |
output = gr.Markdown("Vide")
|
27 |
|
|
|
21 |
# with gr.Column(scale=4):
|
22 |
with gr.Row():
|
23 |
with gr.Column(scale = 8):
|
24 |
+
text_area = gr.Textbox(placeholder="Ecrivez ici", lines=3, label="Décrivez le profil de votre prospect")
|
25 |
with gr.Accordion("Tous les résultats:", ):
|
26 |
output = gr.Markdown("Vide")
|
27 |
|