oracat commited on
Commit
f7ea48d
·
1 Parent(s): c941331

Add header image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ if "output" not in st.session_state:
64
 
65
  st.markdown("### Biomedical paper classifier")
66
 
67
- st.markdown("<img height=100px src='./header.png'>", unsafe_allow_html=True)
68
 
69
 
70
  ## Demo buttons and their callbacks
 
64
 
65
  st.markdown("### Biomedical paper classifier")
66
 
67
+ st.markdown("<img height=100px src='https://huggingface.co/spaces/oracat/PaperClassifier/resolve/main/header.png'>", unsafe_allow_html=True)
68
 
69
 
70
  ## Demo buttons and their callbacks