juan9 commited on
Commit
290d59f
1 Parent(s): 0f36ec9

Update app.py

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