green commited on
Commit
0f38458
1 Parent(s): 23e91dc

Update app.py

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