Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
|