Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ iface = gr.Interface(
|
|
27 |
fn=responder,
|
28 |
inputs="text",
|
29 |
outputs="text",
|
30 |
-
title="Chatbot de Tecnolog铆a
|
31 |
description="Preg煤ntame sobre programaci贸n, hardware, software y tendencias tecnol贸gicas."
|
32 |
)
|
33 |
|
|
|
27 |
fn=responder,
|
28 |
inputs="text",
|
29 |
outputs="text",
|
30 |
+
title="Chatbot de Tecnolog铆a",
|
31 |
description="Preg煤ntame sobre programaci贸n, hardware, software y tendencias tecnol贸gicas."
|
32 |
)
|
33 |
|