Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.HTML(label="Output Text")],
|
| 97 |
title="Vectara Chatbot",
|
| 98 |
description="Ask me anything using the Vectara API!"
|
| 99 |
)
|