Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ st.markdown('<div style="position: absolute; top: 5px; left: 5px;"></div>', unsa
|
|
54 |
|
55 |
st.title("Paper Citation Classifier")
|
56 |
|
57 |
-
option = st.radio("Select input type:", ("Text
|
58 |
|
59 |
if option == "Text":
|
60 |
title_input = st.text_area("Enter Title:")
|
|
|
54 |
|
55 |
st.title("Paper Citation Classifier")
|
56 |
|
57 |
+
option = st.radio("Select input type:", ("Text", "PDF"))
|
58 |
|
59 |
if option == "Text":
|
60 |
title_input = st.text_area("Enter Title:")
|