Spaces:
Sleeping
Sleeping
Add header image
Browse files- app.py +2 -0
- header.png +0 -0
app.py
CHANGED
@@ -253,6 +253,8 @@ if "output" not in st.session_state:
|
|
253 |
|
254 |
st.markdown("### Paper classifier (arXiv taxonomy)")
|
255 |
|
|
|
|
|
256 |
|
257 |
## Demo buttons and their callbacks
|
258 |
|
|
|
253 |
|
254 |
st.markdown("### Paper classifier (arXiv taxonomy)")
|
255 |
|
256 |
+
st.markdown("<img height=100px src='./header.png'>", unsafe_allow_html=True)
|
257 |
+
|
258 |
|
259 |
## Demo buttons and their callbacks
|
260 |
|
header.png
ADDED