ilyshi commited on
Commit
676d046
1 Parent(s): 9ea329a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ text1 = st.text_area("Введите название научной стать
59
  st.markdown("### Article Abstract")
60
 
61
  text2 = st.text_area("Введите описание статьи", height=200)
62
- common_text = text1 + text2:
63
  if common_text != "":
64
  make_prediction(common_text)
65
 
 
59
  st.markdown("### Article Abstract")
60
 
61
  text2 = st.text_area("Введите описание статьи", height=200)
62
+ common_text = text1 + text2
63
  if common_text != "":
64
  make_prediction(common_text)
65