Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -252,6 +252,10 @@ gr.Interface(
|
|
252 |
outputs=gr.Textbox(label="Resposta do Swarm"),
|
253 |
title="Assistente InfinityPay",
|
254 |
description="Digite uma pergunta relacionada à InfinityPay e receba uma resposta especializada.",
|
255 |
-
theme="default"
|
256 |
-
|
257 |
-
|
|
|
|
|
|
|
|
|
|
252 |
outputs=gr.Textbox(label="Resposta do Swarm"),
|
253 |
title="Assistente InfinityPay",
|
254 |
description="Digite uma pergunta relacionada à InfinityPay e receba uma resposta especializada.",
|
255 |
+
theme="default",
|
256 |
+
examples=[
|
257 |
+
["Quais serviços a infinite pay oferece?"],
|
258 |
+
["Quais as taxas da maquininha?"],
|
259 |
+
["Como pedir uma maquininha?"],
|
260 |
+
]
|
261 |
+
).launch(share=True)
|