neobot commited on
Commit
7b64c83
·
1 Parent(s): e09ae3c

use write instead

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ if st.button('Submit'):
37
  out = index.query(xq, top_k=3, include_metadata=True)
38
 
39
  ### display
40
- st.json(out)
41
 
42
  # st.write(stats)
43
 
 
37
  out = index.query(xq, top_k=3, include_metadata=True)
38
 
39
  ### display
40
+ st.write(out)
41
 
42
  # st.write(stats)
43