Tonic commited on
Commit
82f20ec
·
1 Parent(s): 6c96f81

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.HTML(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.Markdown(label="Output Text")],
97
  title="Vectara Chatbot",
98
  description="Ask me anything using the Vectara API!"
99
  )