oracat commited on
Commit
ce3f1f0
1 Parent(s): f712043

Add header image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='./header.png'>", unsafe_allow_html=True)
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