DrishtiSharma commited on
Commit
feba4db
·
verified ·
1 Parent(s): 9a8f796

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -199,7 +199,8 @@ if query:
199
  st.subheader("Context of Final Output from Context Management chain")
200
  st.json(final_output['context'])
201
 
202
-
 
203
 
204
  --------
205
 
 
199
  st.subheader("Context of Final Output from Context Management chain")
200
  st.json(final_output['context'])
201
 
202
+ st.header("Relevancy Response")
203
+ st.json(final_output['relevancy_response'])
204
 
205
  --------
206