com3dian commited on
Commit
0a53d39
·
1 Parent(s): 230d178
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ st.subheader('Upload paper in pdf format')
18
  uploaded_file = st.file_uploader("Choose a file")
19
 
20
  if uploaded_file is not None:
21
-
22
  option = st.selectbox(
23
  'Please select one of the parsing method.',
24
  ('monkey', 'x2d', 'lxml'))
 
18
  uploaded_file = st.file_uploader("Choose a file")
19
 
20
  if uploaded_file is not None:
 
21
  option = st.selectbox(
22
  'Please select one of the parsing method.',
23
  ('monkey', 'x2d', 'lxml'))