ilyshi commited on
Commit
8fff14d
1 Parent(s): 24e782a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ model.load_state_dict(
41
  )
42
  )
43
 
44
- st.markdown("##Hello, people!")
45
  st.markdown("<img src='https://centroderecursosmarista.org/wp-content/uploads/2013/05/arvix.jpg'>", unsafe_allow_html=True)
46
  text = st.text_area("Введите описание статьи")
47
  make_prediction(text)
 
41
  )
42
  )
43
 
44
+ st.markdown("## Hello, people!")
45
  st.markdown("<img src='https://centroderecursosmarista.org/wp-content/uploads/2013/05/arvix.jpg'>", unsafe_allow_html=True)
46
  text = st.text_area("Введите описание статьи")
47
  make_prediction(text)