Ishan25 commited on
Commit
d8237d8
1 Parent(s): a1bcf46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,3 +7,4 @@ text = st.text_area('enter some text!')
7
  if text:
8
  out = pipe(text)
9
  st.json(out)
 
 
7
  if text:
8
  out = pipe(text)
9
  st.json(out)
10
+