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