Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dfedukov
/
papers_classifier
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dfedukov
commited on
24 days ago
Commit
5dbe1e7
·
verified
·
1 Parent(s):
c2d61c7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -63,5 +63,5 @@ if st.button("Get prediction", key="manual"):
63
64
if sum_p >= threshold:
65
break
66
-
67
-
st.succes(
f"{'\n'.join(
tags)
}")
63
64
if sum_p >= threshold:
65
break
66
+
tags = '\n'.join(tags)
67
+
st.succes(tags)