Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def chatbot(input_text):
|
|
| 34 |
description = """
|
| 35 |
|
| 36 |
<center>Olá sou o Fly, fui treinado para responder perguntas baseadas na CD2 Retail Tech. Pergunte qualquer coisa. Caso eu não saiba, estarei aprendendo.
|
| 37 |
-
<img src="https://
|
| 38 |
"""
|
| 39 |
|
| 40 |
iface = gr.Interface(fn=chatbot,
|
|
|
|
| 34 |
description = """
|
| 35 |
|
| 36 |
<center>Olá sou o Fly, fui treinado para responder perguntas baseadas na CD2 Retail Tech. Pergunte qualquer coisa. Caso eu não saiba, estarei aprendendo.
|
| 37 |
+
<img src="https://cdn.discordapp.com/attachments/1047272134931644526/1100145287529496687/GPTSUPER_AVATAR.png" width=200px></center>
|
| 38 |
"""
|
| 39 |
|
| 40 |
iface = gr.Interface(fn=chatbot,
|