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

update lang app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -49,13 +49,13 @@ def get_documentation(query, platform):
49
  demo = gr.Interface(
50
  fn=get_documentation,
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=[
 
49
  demo = gr.Interface(
50
  fn=get_documentation,
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="Results: "),
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=[