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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -48,8 +48,11 @@ 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", use_column_width=True)
52
- col1, col2 = st.columns([1, 3])
 
 
 
53
 
54
  option = st.radio("Select input type:", ("Text", "PDF"))
55
 
 
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
+
55
+ # col1, col2 = st.columns([1, 3])
56
 
57
  option = st.radio("Select input type:", ("Text", "PDF"))
58