kdevoe commited on
Commit
6a951be
1 Parent(s): b97839f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ text = st.text_area('enter some text: ')
9
  if text:
10
  #out = pipe(text)
11
  out = inference(text)
12
- st.json(out)
 
9
  if text:
10
  #out = pipe(text)
11
  out = inference(text)
12
+ st.write(out)