green commited on
Commit
402528a
·
1 Parent(s): b844a4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.write("Length reduction:")
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