Plmanwaring commited on
Commit
4cc4a81
1 Parent(s): a4917a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def main(prob1):
100
  obj = adr_predict(text)
101
  return obj[0],obj[1],obj[2]
102
 
103
- title = "Welcome to the **_PharmaSense_ ADR Detector** 📈"
104
  description1 = """This app takes text (up to a few sentences) and predicts to what extent the text describes severe (or non-severe) adverse reaction to medicaitons. Please do NOT use for medical diagnosis."""
105
 
106
  with gr.Blocks(title=title) as demo:
 
100
  obj = adr_predict(text)
101
  return obj[0],obj[1],obj[2]
102
 
103
+ title = "Welcome to **_PharmaSense_ ADR Detector** 📈"
104
  description1 = """This app takes text (up to a few sentences) and predicts to what extent the text describes severe (or non-severe) adverse reaction to medicaitons. Please do NOT use for medical diagnosis."""
105
 
106
  with gr.Blocks(title=title) as demo: