Spaces:
Sleeping
Sleeping
Add header image
Browse files
app.py
CHANGED
|
@@ -253,7 +253,7 @@ if "output" not in st.session_state:
|
|
| 253 |
|
| 254 |
st.markdown("### Paper classifier (arXiv taxonomy)")
|
| 255 |
|
| 256 |
-
st.markdown("<img height=100px src='
|
| 257 |
|
| 258 |
|
| 259 |
## Demo buttons and their callbacks
|
|
|
|
| 253 |
|
| 254 |
st.markdown("### Paper classifier (arXiv taxonomy)")
|
| 255 |
|
| 256 |
+
st.markdown("<img height=100px src='https://huggingface.co/spaces/oracat/PaperClassifierArxiv/resolve/main/header.png'>", unsafe_allow_html=True)
|
| 257 |
|
| 258 |
|
| 259 |
## Demo buttons and their callbacks
|