johannes123213 commited on
Commit
9f56d8d
1 Parent(s): efed61c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,5 +18,5 @@ retrieved_docs = retriever.invoke(
18
  )
19
 
20
  if text:
21
- st.json(retrieved_docs)
22
 
 
18
  )
19
 
20
  if text:
21
+ st.text(retrieved_docs[0].page_content)
22