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

correction

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.join(out)