Spaces:
Runtime error
Runtime error
update display
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ download_models(ids)
|
|
61 |
# Task selection
|
62 |
|
63 |
left, right = st.columns([4, 2])
|
64 |
-
task = left.selectbox('', options=['Questions/Answers Pairs Generation', 'Question Answering', 'Question Generation'],
|
65 |
help='Choose the task you want to try out')
|
66 |
|
67 |
# Model selection
|
|
|
61 |
# Task selection
|
62 |
|
63 |
left, right = st.columns([4, 2])
|
64 |
+
task = left.selectbox('Choose the task: ', options=['Questions/Answers Pairs Generation', 'Question Answering', 'Question Generation'],
|
65 |
help='Choose the task you want to try out')
|
66 |
|
67 |
# Model selection
|