Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with st.sidebar:
|
|
66 |
st.title("Check Your Paper Now!")
|
67 |
|
68 |
# Main content
|
69 |
-
option = st.radio("Select input type:",
|
70 |
|
71 |
if option == "Text":
|
72 |
title_input = st.text_area("Enter Title:")
|
|
|
66 |
st.title("Check Your Paper Now!")
|
67 |
|
68 |
# Main content
|
69 |
+
option = st.radio("Select input type:",("Text", "PDF"))
|
70 |
|
71 |
if option == "Text":
|
72 |
title_input = st.text_area("Enter Title:")
|