green commited on
Commit
d3f60e0
·
1 Parent(s): 8070e31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ with st.form(key='columns_in_form'):
235
  st.write("No text to return...huh.")
236
  else:
237
  st.write("Your digest is ready:\n")
238
- st.write(digestor.text)
239
  st.write(f"""Text approximately {len(digestor.text.split(" ") )} words.""")
240
  st.write(f"""Number of articles summarized: {outdata['article_count']}""")
241
 
 
235
  st.write("No text to return...huh.")
236
  else:
237
  st.write("Your digest is ready:\n")
238
+ st.info(digestor.text)
239
  st.write(f"""Text approximately {len(digestor.text.split(" ") )} words.""")
240
  st.write(f"""Number of articles summarized: {outdata['article_count']}""")
241