Mhassanen commited on
Commit
9d38e51
·
verified ·
1 Parent(s): 71418e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ st.set_page_config(page_title="Paper Citation Classifier", page_icon="IMG_202108
48
 
49
  st.title("Paper Citation Classifier")
50
 
51
- st.image("IMG_20210831_011533_426.png", width=50, height=50)
52
 
53
  st.markdown('<div style="position: absolute; top: 10px; left: 10px;">This is positioned at top-left.</div>', unsafe_allow_html=True)
54
 
 
48
 
49
  st.title("Paper Citation Classifier")
50
 
51
+ st.image("IMG_20210831_011533_426.png", width=50)
52
 
53
  st.markdown('<div style="position: absolute; top: 10px; left: 10px;">This is positioned at top-left.</div>', unsafe_allow_html=True)
54