sunwaee commited on
Commit
1bd5407
·
1 Parent(s): ffc3e89

update display

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