Reem333 commited on
Commit
679a421
·
verified ·
1 Parent(s): d639c7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:", "Text")
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:")