paragon-analytics commited on
Commit
f3760ed
1 Parent(s): 82818a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def adr_predict(x):
20
  def main(text):
21
  text = str(text).lower()
22
  obj = adr_predict(text)
23
- return obj[0]
24
 
25
  title = "Welcome to **ADR Detector** 🪐"
26
  description1 = """
 
20
  def main(text):
21
  text = str(text).lower()
22
  obj = adr_predict(text)
23
+ return obj
24
 
25
  title = "Welcome to **ADR Detector** 🪐"
26
  description1 = """