kaushikbar commited on
Commit
7bcc28a
1 Parent(s): 0bc3a02

added AZ related examples

Browse files
Files changed (1) hide show
  1. app.py +18 -0
app.py CHANGED
@@ -91,6 +91,24 @@ def prep_examples():
91
 
92
  example_text16 = "Microsoft has turned itself around."
93
  example_labels16 = "Under the leadership of Nadella;;Despite the leadership of Nadella;;And Nadella had nothing to do with it;;Under the leadership of Pichai"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
 
95
  examples = [
96
  [example_text1, example_labels1, False],
 
91
 
92
  example_text16 = "Microsoft has turned itself around."
93
  example_labels16 = "Under the leadership of Nadella;;Despite the leadership of Nadella;;And Nadella had nothing to do with it;;Under the leadership of Pichai"
94
+
95
+ example_text17 = "Selective estrogen receptor modulators (SERMs) block the effects of estrogen on breast cancer cells by sitting in the estrogen receptors. If a SERM is in the estrogen receptor, estrogen can't attach to the cancer cell and the cell doesn't receive estrogen's signals to grow and multiply."
96
+ example_labels17 = "oncology;;cardiology;;dermatology;;pulmonology;;gastroentrology"
97
+
98
+ example_text18 = "Antiplatelets, such as aspirin and clopidogrel, prevent blood cells called platelets from clumping together to form a clot. Antiplatelets are effective for people who have had a heart attack or stroke."
99
+ example_labels18 = "oncology;;cardiology;;dermatology;;pulmonology;;gastroentrology"
100
+
101
+ example_text19 = "We are pleased to announce that the trials for PlateX, a new type of Antiplatelets, are completed successfully. This new drug can offer heart patients a new lease of life."
102
+ example_labels19 = "new medicine launch;;additional information on existing medicine;;discounts and offers;;feedback;;follow up"
103
+
104
+ example_text20 = "In our earlier communication, we had introduced PlateX, a new type of Antiplatelets, that can offer heart patients a new lease of life. We are pleased to offer a 20% discount to your patients to whom you might want to administer this medicine."
105
+ example_labels20 = "new medicine launch;;additional information on existing medicine;;discounts and offers;;feedback;;follow up"
106
+
107
+ example_text21 = "PlateX prevents blood cells called platelets from clumping together to form a clot. It is effective for people who have had a heart attack or stroke."
108
+ example_labels21 = "new medicine launch;;additional information on existing medicine;;discounts and offers;;feedback;;follow up"
109
+
110
+ example_text22 = "You have been administering PlateX for the last 2 years to patients who have had heart attack. We would like to receive feedback on its efficacy."
111
+ example_labels22 = "new medicine launch;;additional information on existing medicine;;discounts and offers;;feedback;;follow up"
112
 
113
  examples = [
114
  [example_text1, example_labels1, False],