Spaces:
Sleeping
Sleeping
adjust UI
Browse files
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 |
-
'
|
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:
|