Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ A IA foi treinada com materiais do Argon Fundamentals e do canal do Youtube do n
|
|
| 69 |
"""
|
| 70 |
|
| 71 |
iface = gr.Interface(fn=chatbot,
|
| 72 |
-
inputs=gr.components.Textbox(lines=
|
| 73 |
outputs="text",
|
| 74 |
description=description,
|
| 75 |
title="André GPT (Beta)"
|
|
|
|
| 69 |
"""
|
| 70 |
|
| 71 |
iface = gr.Interface(fn=chatbot,
|
| 72 |
+
inputs=gr.components.Textbox(lines=7, label="Como podemos te ajudar?"),
|
| 73 |
outputs="text",
|
| 74 |
description=description,
|
| 75 |
title="André GPT (Beta)"
|