ilyshi commited on
Commit
9edeffc
1 Parent(s): fb07094
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -59,7 +59,5 @@ text = st.text_area("Введите название научной статьи
59
  st.markdown("### Article Abstract")
60
  text = st.text_area("Введите описание статьи", height=200)
61
 
62
- if text is not None:
63
- make_prediction(text)
64
- st.balloons()
65
 
 
59
  st.markdown("### Article Abstract")
60
  text = st.text_area("Введите описание статьи", height=200)
61
 
62
+ make_prediction(text)
 
 
63