atharvapawar commited on
Commit
cdf5c6e
·
1 Parent(s): 4e3640a

join removed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ text = st.text_area('enter some text!')
5
 
6
  if text:
7
  out = pipe(text)
8
- st.join(out)
 
5
 
6
  if text:
7
  out = pipe(text)
8
+ st.write(out)