nickmuchi commited on
Commit
9aa7a2d
·
1 Parent(s): e0fc9e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ st.markdown(
151
  For documents or text that is more than 500 words long, the app will divide the text into chunks and summarize each chunk.
152
  There are two models available to choose from:""")
153
 
154
- st.markdwon("""
155
  - Facebook-Bart, trained on large [CNN and Daily Mail](https://huggingface.co/datasets/cnn_dailymail) news articles.
156
  - Sshleifer-Distilbart, which is a distilled (smaller) version of the large Bart model."""
157
  )
 
151
  For documents or text that is more than 500 words long, the app will divide the text into chunks and summarize each chunk.
152
  There are two models available to choose from:""")
153
 
154
+ st.markdown("""
155
  - Facebook-Bart, trained on large [CNN and Daily Mail](https://huggingface.co/datasets/cnn_dailymail) news articles.
156
  - Sshleifer-Distilbart, which is a distilled (smaller) version of the large Bart model."""
157
  )