green commited on
Commit
bfbee0a
1 Parent(s): 63010fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ with st.form(key='columns_in_form'):
219
  digestor = Digestor(timer=Timer(), cache = USE_CACHE, stubs=chosen, user_choices=selections)
220
  # happens internally but may be used differently so it isn't automatic upon digestor creation.
221
  # Easily turn caching off for testing.
222
- st.write("What you'll see:")
223
  st.write("First you'll see a list of links appear below. These are the links to the original articles being summarized for your digest, so you can get the full story if you're interested, or check the summary against the source.")
224
  st.write("In a few moments, your machine-generated digest will appear below the links, and below that you'll see an approximate word count of your digest and the time in seconds that the whole process took!")
225
  st.write("You'll also see a graph showing, for each article and summary, the original and summarized lengths.")
 
219
  digestor = Digestor(timer=Timer(), cache = USE_CACHE, stubs=chosen, user_choices=selections)
220
  # happens internally but may be used differently so it isn't automatic upon digestor creation.
221
  # Easily turn caching off for testing.
222
+ st.success("What you'll see:")
223
  st.write("First you'll see a list of links appear below. These are the links to the original articles being summarized for your digest, so you can get the full story if you're interested, or check the summary against the source.")
224
  st.write("In a few moments, your machine-generated digest will appear below the links, and below that you'll see an approximate word count of your digest and the time in seconds that the whole process took!")
225
  st.write("You'll also see a graph showing, for each article and summary, the original and summarized lengths.")