Spaces:
Running
Running
Shorten the default medical chatbot usecase
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ class UI:
|
|
55 |
info="Language model used to assess risks (This is not the model being assessed).",
|
56 |
interactive=True
|
57 |
)
|
58 |
-
examples = gr.Examples([["
|
59 |
["Building a customer support agent that automatically triages common problems with services.", "ibm-risk-atlas"]],
|
60 |
[self.usecase, self.taxonomy],
|
61 |
label='Example use cases', example_labels=["Medical chatbot", "Customer service agent"]
|
|
|
55 |
info="Language model used to assess risks (This is not the model being assessed).",
|
56 |
interactive=True
|
57 |
)
|
58 |
+
examples = gr.Examples([["A medical chatbot for a triage system that assesses patients' symptoms and provides immediate, contextually relevant advice based on their medical history and current condition. The chatbot uses generative AI to analyze the patient's input, identify potential medical issues, and offer tailored recommendations or insights to the patient or healthcare provider.", "ibm-risk-atlas"],
|
59 |
["Building a customer support agent that automatically triages common problems with services.", "ibm-risk-atlas"]],
|
60 |
[self.usecase, self.taxonomy],
|
61 |
label='Example use cases', example_labels=["Medical chatbot", "Customer service agent"]
|