Wisdom882 commited on
Commit
4d3c396
·
1 Parent(s): 4a25c44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ text = st.text_area('Enter some text in the box below!')
9
 
10
  if text:
11
  out = pipe(text)
12
- st.json(out)
 
9
 
10
  if text:
11
  out = pipe(text)
12
+ st.table(out)