Mhassanen commited on
Commit
dc6e8e4
·
verified ·
1 Parent(s): 2b84175

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="IMG_20210831_011533_426.png")
48
 
49
- st.image("IMG_20210831_011533_426.png", width=50)
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])