kapilmi commited on
Commit
323e461
·
1 Parent(s): 5548523

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -49,7 +49,9 @@ def main():
49
  print(cb)
50
 
51
  st.write(response)
52
- st.write('\nContext: 'docs)
 
 
53
 
54
 
55
 
 
49
  print(cb)
50
 
51
  st.write(response)
52
+ st.write(pd.DataFrame({
53
+ 'Matching texts:': docs
54
+ }))
55
 
56
 
57