Spaces:
Build error
Build error
Исправлена картинка.
Browse files
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
|
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
|