Spaces:
Runtime error
Runtime error
paragon-analytics
commited on
Commit
•
f3760ed
1
Parent(s):
82818a6
Update app.py
Browse files
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
|
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 = """
|