ilyshi commited on
Commit
fe9ea92
1 Parent(s): 7721a54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,12 +46,12 @@ model.load_state_dict(
46
  # MAIN
47
 
48
 
49
- st.markdown("<img src='https://centroderecursosmarista.org/wp-content/uploads/2013/05/arvix.jpg'>", unsafe_allow_html=True)
50
  st.markdown("# Arxiv.org category classifier")
51
  st.markdown("# ")
52
 
53
  st.markdown("### Article Title")
54
- text = st.text_area("Введите название статьи", height=50)
55
 
56
  st.markdown("### Article Abstract")
57
  text = st.text_area("Введите описание статьи", height=400)
46
  # MAIN
47
 
48
 
49
+ st.markdown("<img src='https://centroderecursosmarista.org/wp-content/uploads/2013/05/arvix.jpg' class='center'>", unsafe_allow_html=True)
50
  st.markdown("# Arxiv.org category classifier")
51
  st.markdown("# ")
52
 
53
  st.markdown("### Article Title")
54
+ text = st.text_area("Введите название научной статьи для классификации", height=50)
55
 
56
  st.markdown("### Article Abstract")
57
  text = st.text_area("Введите описание статьи", height=400)