Update app.py
Browse files
app.py
CHANGED
@@ -331,7 +331,7 @@ nlp = get_spacy()
|
|
331 |
|
332 |
#Streamlit App
|
333 |
|
334 |
-
st.title("Article Text and Link Extractive Summarizer 📝")
|
335 |
|
336 |
model_type = st.sidebar.selectbox(
|
337 |
"Model type", options=["Facebook-Bart", "Sshleifer-DistilBart","Google-Pegasus"]
|
|
|
331 |
|
332 |
#Streamlit App
|
333 |
|
334 |
+
st.title("Article Text and Link Extractive Summarizer with Entity Matching 📝")
|
335 |
|
336 |
model_type = st.sidebar.selectbox(
|
337 |
"Model type", options=["Facebook-Bart", "Sshleifer-DistilBart","Google-Pegasus"]
|