Update app.py
Browse files
app.py
CHANGED
@@ -299,7 +299,7 @@ with st.form(key='columns_in_form'):
|
|
299 |
col2.metric("Digest Length", str(len(digestor.text.split(" "))), 'space-sep tokens' )
|
300 |
col3.metric("Article Count", str(outdata['article_count']), "articles" )
|
301 |
|
302 |
-
st.
|
303 |
# Summarize the findings for all models
|
304 |
show_length_graph()
|
305 |
|
|
|
299 |
col2.metric("Digest Length", str(len(digestor.text.split(" "))), 'space-sep tokens' )
|
300 |
col3.metric("Article Count", str(outdata['article_count']), "articles" )
|
301 |
|
302 |
+
st.subheader("Length reduction:")
|
303 |
# Summarize the findings for all models
|
304 |
show_length_graph()
|
305 |
|