ilyshi commited on
Commit
01682b8
1 Parent(s): 1044b9f
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -61,4 +61,5 @@ text = st.text_area("Введите описание статьи", height=200)
61
 
62
  if text is not None:
63
  make_prediction(text)
 
64
 
 
61
 
62
  if text is not None:
63
  make_prediction(text)
64
+ st.baloons()
65