green commited on
Commit
3e39615
1 Parent(s): 276875b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ with st.form(key='columns_in_form'):
215
 
216
  # Get displayable digest and digest data
217
  digestor.build_digest()
218
-
219
 
220
  if len(digestor.text) == 0:
221
  st.write("No text to return...huh.")
215
 
216
  # Get displayable digest and digest data
217
  digestor.build_digest()
218
+ st.write(digestor.text)
219
 
220
  if len(digestor.text) == 0:
221
  st.write("No text to return...huh.")