Mhassanen commited on
Commit
8d60246
·
verified ·
1 Parent(s): c9f4c20

Update app.py

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