Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def main(prob1):
|
|
68 |
obj = adr_predict(text)
|
69 |
return obj[0], obj[1], obj[2]
|
70 |
|
71 |
-
title = "Welcome to **ADR
|
72 |
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 medications. Please do NOT use for medical diagnosis."
|
73 |
|
74 |
css = """
|
|
|
68 |
obj = adr_predict(text)
|
69 |
return obj[0], obj[1], obj[2]
|
70 |
|
71 |
+
title = "Welcome to **ADR Tracker**"
|
72 |
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 medications. Please do NOT use for medical diagnosis."
|
73 |
|
74 |
css = """
|