andreinigo commited on
Commit
8985070
·
1 Parent(s): e6dc0f0

update labels app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -51,9 +51,12 @@ demo = gr.Interface(
51
  inputs=[
52
  gr.Textbox(label="Question", lines=3,),
53
  gr.Radio(["Salesforce Marketing Cloud Intelligence",
54
- "Salesforce Marketing Cloud CDP"])
55
  ],
56
- outputs=["text", "text", "text"],
 
 
 
57
  title="Salesforce Documentation Search",
58
  examples=[
59
  ["conector de instagram", "Salesforce Marketing Cloud Intelligence"],
 
51
  inputs=[
52
  gr.Textbox(label="Question", lines=3,),
53
  gr.Radio(["Salesforce Marketing Cloud Intelligence",
54
+ "Salesforce Marketing Cloud CDP"], label="Platform")
55
  ],
56
+ outputs=[gr.Textbox(label="Resultados:"),
57
+ gr.Textbox(
58
+ label="Restulado 2", show_label=False),
59
+ gr.Textbox(label="Restulado 3", show_label=False)],
60
  title="Salesforce Documentation Search",
61
  examples=[
62
  ["conector de instagram", "Salesforce Marketing Cloud Intelligence"],