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