ksvmuralidhar commited on
Commit
b54caac
1 Parent(s): 1f114ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -245,7 +245,8 @@ def main():
245
  st.markdown('''<h3>News Summarizer and NER</h3>
246
  <p><a href="https://huggingface.co/spaces/ksvmuralidhar/news_summarizer_ner/blob/main/README.md#new-summarization-and-ner" target="_blank">README</a>
247
  <br>
248
- The app works best in summarizing <a href="https://edition.cnn.com/">CNN</a> and <a href="https://www.dailymail.co.uk/home/index.html">Daily Mail</a> news articles,
 
249
  as the BART model is fine-tuned on them.
250
  </p>
251
 
 
245
  st.markdown('''<h3>News Summarizer and NER</h3>
246
  <p><a href="https://huggingface.co/spaces/ksvmuralidhar/news_summarizer_ner/blob/main/README.md#new-summarization-and-ner" target="_blank">README</a>
247
  <br>
248
+ The app works best in summarizing <a href="https://edition.cnn.com/" target="_blank">CNN</a> and
249
+ <a href="https://www.dailymail.co.uk/home/index.html" target="_blank">Daily Mail</a> news articles,
250
  as the BART model is fine-tuned on them.
251
  </p>
252