rahulnair23 ingelise commited on
Commit
b6d3e2b
·
verified ·
1 Parent(s): 3aaebfe

Shorten prompt (#6)

Browse files

- Shorten prompt (5947ca4a415541e06186defad56933d441e80243)


Co-authored-by: Inge V <ingelise@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
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 that assesses patient symptoms and provides advice based on their medical history and current condition. The chatbot uses generative AI to analyze the patient 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"]
 
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"]