OOlajide commited on
Commit
de2d907
·
1 Parent(s): ad81b71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ st.subheader(":point_left: Use the menu on the left to select a NLP task (click
11
  expander = st.sidebar.expander("About")
12
  expander.write("This web app allows you to perform common Natural Language Processing tasks, select a task below to get started.")
13
 
14
- st.sidebar.header("Select Task")
15
  option = st.sidebar.radio("", ["Extractive question answering", "Text summarization", "Text generation"])
16
 
17
  @st.cache(show_spinner=False, allow_output_mutation=True)
 
11
  expander = st.sidebar.expander("About")
12
  expander.write("This web app allows you to perform common Natural Language Processing tasks, select a task below to get started.")
13
 
14
+ st.sidebar.header("What will you like to do?")
15
  option = st.sidebar.radio("", ["Extractive question answering", "Text summarization", "Text generation"])
16
 
17
  @st.cache(show_spinner=False, allow_output_mutation=True)