vanessbut commited on
Commit
dba1b96
·
1 Parent(s): 7da3acf

Исправлена картинка.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  st.markdown("""### TL;DR: give me the keywords!
4
  Here you can get the keywords and topic of the article based on it's title or abstract.""")
5
 
6
- st.markdown("<p style="text-align:center"><img width=200px src='https://c.tenor.com/IKt-6tAk9CUAAAAd/thats-a-lot-of-words-lots-of-words.gif'></p>", unsafe_allow_html=True)
7
 
8
 
9
  from transformers import pipeline
 
3
  st.markdown("""### TL;DR: give me the keywords!
4
  Here you can get the keywords and topic of the article based on it's title or abstract.""")
5
 
6
+ st.markdown("<p style=\"text-align:center\"><img width=200px src='https://c.tenor.com/IKt-6tAk9CUAAAAd/thats-a-lot-of-words-lots-of-words.gif'></p>", unsafe_allow_html=True)
7
 
8
 
9
  from transformers import pipeline