sudip2003 commited on
Commit
c0797ad
·
verified ·
1 Parent(s): 1981bce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ rag_chain = create_retrieval_chain(history_aware_retriever, question_answering_c
82
 
83
  # ======================================================= Streamlit UI =======================================================
84
 
85
- st.title("Legal Assistant Chat")
86
 
87
  # Initialize chat history
88
  if "chat_history" not in st.session_state:
 
82
 
83
  # ======================================================= Streamlit UI =======================================================
84
 
85
+ st.title("Chat with Content Engine")
86
 
87
  # Initialize chat history
88
  if "chat_history" not in st.session_state: