green commited on
Commit
c17d9d4
·
1 Parent(s): a5d5e6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -217,10 +217,10 @@ with st.form(key='columns_in_form'):
217
 
218
 
219
  if len(digestor.text) == 0:
220
- st.write("You didn't select a topic!")
221
  else:
222
  st.write("Your digest is ready:\n")
223
 
224
  st.write(digestor.text)
225
-
226
  "st.session_state object:", st.session_state
 
217
 
218
 
219
  if len(digestor.text) == 0:
220
+ st.write("No text to return...huh.")
221
  else:
222
  st.write("Your digest is ready:\n")
223
 
224
  st.write(digestor.text)
225
+
226
  "st.session_state object:", st.session_state