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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -45,10 +45,10 @@ model.load_state_dict(
45
 
46
  # MAIN
47
 
48
- st.markdown("# Arxiv.org category classifier")
49
- st.markdown(" ")
50
  st.markdown("<img src='https://centroderecursosmarista.org/wp-content/uploads/2013/05/arvix.jpg'>", unsafe_allow_html=True)
51
- st.markdown(" ")
 
52
 
53
  st.markdown("### Article Title")
54
  text = st.text_area("Введите название статьи", height=50)
 
45
 
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)