nickmuchi commited on
Commit
f62861c
β€’
1 Parent(s): 4848ab9

Update app.py

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