Spaces:
Running
Running
Update app.py
Browse files
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("
|
| 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)
|