Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,17 @@ 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 |
)
|
142 |
|
143 |
iface.launch()
|
|
|
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"],
|
144 |
+
["How does cellular metabolism work TCA cycle"],
|
145 |
+
["What special care must be provided to children with chicken pox?"],
|
146 |
+
["When and how often should i wash my hands ?"],
|
147 |
+
["بکل ہرپس کا صحیح علاج کیا ہے؟"],
|
148 |
+
["구강 헤르페스의 적절한 치료법은 무엇입니까?"],
|
149 |
+
["Je, ni matibabu gani sahihi kwa herpes ya buccal?"]
|
150 |
+
]
|
151 |
)
|
152 |
|
153 |
iface.launch()
|