Tonic commited on
Commit
6aa9598
1 Parent(s): 3516f35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def query_vectara(question):
93
  iface = gr.Interface(
94
  fn=query_vectara,
95
  inputs=[gr.Textbox(label="Input Text")],
96
- outputs=gr.Textbox(label="Output Text"),
97
  title="Vectara Chatbot",
98
  description="Ask me anything using the Vectara API!"
99
  )
 
93
  iface = gr.Interface(
94
  fn=query_vectara,
95
  inputs=[gr.Textbox(label="Input Text")],
96
+ outputs=gr.HTML(label="Output Text"),
97
  title="Vectara Chatbot",
98
  description="Ask me anything using the Vectara API!"
99
  )