ilyshi commited on
Commit
7b8f07c
1 Parent(s): 5a9caf9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ st.markdown("### Article Title")
57
  text = st.text_area("Введите название научной статьи для классификации", height=20)
58
 
59
  st.markdown("### Article Abstract")
60
- if text is not None:
61
  text = st.text_area("Введите описание статьи", height=200)
62
 
63
  make_prediction(text)
 
57
  text = st.text_area("Введите название научной статьи для классификации", height=20)
58
 
59
  st.markdown("### Article Abstract")
60
+ if text is None:
61
  text = st.text_area("Введите описание статьи", height=200)
62
 
63
  make_prediction(text)