k3ybladewielder commited on
Commit
086f510
·
verified ·
1 Parent(s): 74e5d3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
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
- ).launch(share=True)
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)