Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ iface = gr.Interface(
|
|
137 |
inputs=[gr.Textbox(label="Input Text")],
|
138 |
outputs=[gr.Markdown(label="Output Text")],
|
139 |
title="Vectara Chatbot",
|
140 |
-
description="Ask me anything using the Vectara API!"
|
141 |
examples=[
|
142 |
["What is the proper treatment for buccal herpes?"],
|
143 |
["Male,40 presenting with swollen genitals and a rash"],
|
|
|
137 |
inputs=[gr.Textbox(label="Input Text")],
|
138 |
outputs=[gr.Markdown(label="Output Text")],
|
139 |
title="Vectara Chatbot",
|
140 |
+
description="Ask me anything using the Vectara API!",
|
141 |
examples=[
|
142 |
["What is the proper treatment for buccal herpes?"],
|
143 |
["Male,40 presenting with swollen genitals and a rash"],
|