Update app.py
Browse files
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.")
|