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