Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,9 +43,9 @@ class_colors = {
|
|
43 |
3: "#1f77b4" # Level 4
|
44 |
}
|
45 |
|
46 |
-
st.set_page_config(page_title="Paper Citation Classifier", page_icon="
|
47 |
|
48 |
-
st.image("
|
49 |
|
50 |
st.markdown('<div style="position: absolute; top: 5px; left: 5px;"></div>', unsafe_allow_html=True)
|
51 |
|
|
|
43 |
3: "#1f77b4" # Level 4
|
44 |
}
|
45 |
|
46 |
+
st.set_page_config(page_title="Paper Citation Classifier", page_icon="logo.png")
|
47 |
|
48 |
+
st.image("logo.png", width=70)
|
49 |
|
50 |
st.markdown('<div style="position: absolute; top: 5px; left: 5px;"></div>', unsafe_allow_html=True)
|
51 |
|