Update app.py
Browse files
app.py
CHANGED
@@ -70,12 +70,12 @@ def responder(pregunta):
|
|
70 |
with gr.Blocks(theme='sudeepshouche/minimalist') as demo:
|
71 |
|
72 |
gr.Markdown("""
|
73 |
-
# Pharma.IA
|
74 |
-
Realiza
|
75 |
""")
|
76 |
with gr.Row():
|
77 |
with gr.Column():
|
78 |
-
pregunta = gr.Text(label="
|
79 |
|
80 |
with gr.Row():
|
81 |
btn_send = gr.Button(value="Preguntar", variant="primary")
|
|
|
70 |
with gr.Blocks(theme='sudeepshouche/minimalist') as demo:
|
71 |
|
72 |
gr.Markdown("""
|
73 |
+
# Asistente Pharma.IA
|
74 |
+
Realiza tus consultas sobre nuestras actividades y servicios
|
75 |
""")
|
76 |
with gr.Row():
|
77 |
with gr.Column():
|
78 |
+
pregunta = gr.Text(label="Consultas", placeholder='Escribe tu pregunta aquí...')
|
79 |
|
80 |
with gr.Row():
|
81 |
btn_send = gr.Button(value="Preguntar", variant="primary")
|