Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,14 +46,13 @@ class_colors = {
|
|
46 |
|
47 |
st.set_page_config(page_title="Paper Citation Classifier", page_icon="IMG_20210831_011533_426.png")
|
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 |
|
55 |
# col1, col2 = st.columns([1, 3])
|
56 |
|
|
|
|
|
57 |
option = st.radio("Select input type:", ("Text", "PDF"))
|
58 |
|
59 |
if option == "Text":
|
|
|
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])
|
53 |
|
54 |
+
st.title("Paper Citation Classifier")
|
55 |
+
|
56 |
option = st.radio("Select input type:", ("Text", "PDF"))
|
57 |
|
58 |
if option == "Text":
|