GovindRaj commited on
Commit
8f5ec6b
·
1 Parent(s): 2fd9dcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ text = st.text_area("Enter some text here")
8
 
9
  if text:
10
  out = pipe(text)
11
- st.join(out)
12
 
13
 
14
 
 
8
 
9
  if text:
10
  out = pipe(text)
11
+ st.json(out)
12
 
13
 
14