Spaces:
Sleeping
Sleeping
Add header image
Browse files
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='
|
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
|