dfedukov commited on
Commit
5dbe1e7
·
verified ·
1 Parent(s): c2d61c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -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)