Update app.py
Browse files
app.py
CHANGED
@@ -278,7 +278,7 @@ with st.form(key='columns_in_form'):
|
|
278 |
st.write("First you'll see a list of links appear below. These are the links to the original articles being summarized for your digest, so you can get the full story if you're interested, or check the summary against the source.")
|
279 |
st.write("In a few moments, your machine-generated digest will appear below the links, and below that you'll see an approximate word count of your digest and the time in seconds that the whole process took!")
|
280 |
st.write("You'll also see a graph showing, for each article and summary, the original and summarized lengths.")
|
281 |
-
st.
|
282 |
# st.write("Finally, you will see some possible errors detected in the summaries. This area of NLP is far from perfection and always developing. Hopefully this is an interesting step in the path!")
|
283 |
digestor.digest() # creates summaries and stores them associated with the digest
|
284 |
|
|
|
278 |
st.write("First you'll see a list of links appear below. These are the links to the original articles being summarized for your digest, so you can get the full story if you're interested, or check the summary against the source.")
|
279 |
st.write("In a few moments, your machine-generated digest will appear below the links, and below that you'll see an approximate word count of your digest and the time in seconds that the whole process took!")
|
280 |
st.write("You'll also see a graph showing, for each article and summary, the original and summarized lengths.")
|
281 |
+
st.error("Remember: This only demos news article summarization. It is not yet completely reliable, and may distort some facts. An analysis of factfulness is in progress by the app creator.")
|
282 |
# st.write("Finally, you will see some possible errors detected in the summaries. This area of NLP is far from perfection and always developing. Hopefully this is an interesting step in the path!")
|
283 |
digestor.digest() # creates summaries and stores them associated with the digest
|
284 |
|