Spaces:
Running
Running
Shorten prompt (#6)
Browse files- Shorten prompt (5947ca4a415541e06186defad56933d441e80243)
Co-authored-by: Inge V <ingelise@users.noreply.huggingface.co>
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([["A medical chatbot for a triage system
|
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 to assesses symptoms and provide advice based on patient medical history and current condition. The chatbot will analyze the patient input, identify potential medical issues, and offer recommendations 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"]
|