OOlajide commited on
Commit
d629bf0
·
1 Parent(s): aa43d4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ expander = st.sidebar.expander("About")
9
  expander.write("This web app allows you to perform common Natural Language Processing tasks, select a task below to get started.")
10
 
11
  st.sidebar.header("What will you like to do?")
12
- option = st.sidebar.radio("", ["Extractive question answering", "Text summarization", "Text generation", "Sentiment analysis"])
13
 
14
  @st.cache(show_spinner=False, allow_output_mutation=True)
15
  def question_model():
 
9
  expander.write("This web app allows you to perform common Natural Language Processing tasks, select a task below to get started.")
10
 
11
  st.sidebar.header("What will you like to do?")
12
+ option = st.sidebar.radio("", ["Extractive question answering", "Text summarization", "Text generation"])
13
 
14
  @st.cache(show_spinner=False, allow_output_mutation=True)
15
  def question_model():