Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ with st.form(key='columns_in_form'):
|
|
273 |
|
274 |
st.subheader("Summarization stats:")
|
275 |
|
276 |
-
st.success(f"""Digest completed in {digestor.timer.timers['digest_time']} seconds. \nText approximately {len(digestor.text.split(" ") )} words. \nNumber of articles summarized: {outdata['article_count']}""")
|
277 |
|
278 |
# Summarize the findings for all models
|
279 |
show_length_graph()
|
|
|
273 |
|
274 |
st.subheader("Summarization stats:")
|
275 |
|
276 |
+
st.success(f"""Digest completed in {digestor.timer.timers['digest_time']:.2f} seconds. \nText approximately {len(digestor.text.split(" ") )} words. \nNumber of articles summarized: {outdata['article_count']}""")
|
277 |
|
278 |
# Summarize the findings for all models
|
279 |
show_length_graph()
|