com3dian commited on
Commit
fbb7eab
·
1 Parent(s): 075ace4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ with col1:
21
  uploaded_file = st.file_uploader("Choose a file")
22
  with col2:
23
  option = st.selectbox(
24
- 'Please select one of the parsing method.',
25
  ('monkey', 'x2d', 'lxml'))
26
 
27
  if uploaded_file is not None:
 
21
  uploaded_file = st.file_uploader("Choose a file")
22
  with col2:
23
  option = st.selectbox(
24
+ 'Select parsing method.',
25
  ('monkey', 'x2d', 'lxml'))
26
 
27
  if uploaded_file is not None: