ilyshi commited on
Commit
f51d611
1 Parent(s): 306daec
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,10 +54,10 @@ st.image(image)
54
  st.markdown("# ")
55
 
56
  st.markdown("### Article Title")
57
- text = st.text_area("Введите название научной статьи для классификации", height=50)
58
 
59
  st.markdown("### Article Abstract")
60
- text = st.text_area("Введите описание статьи", height=400)
61
 
62
 
63
  make_prediction(text)
 
54
  st.markdown("# ")
55
 
56
  st.markdown("### Article Title")
57
+ text = st.text_area("Введите название научной статьи для классификации", height=20)
58
 
59
  st.markdown("### Article Abstract")
60
+ text = st.text_area("Введите описание статьи", height=200)
61
 
62
 
63
  make_prediction(text)