VishnuRamDebyez commited on
Commit
27054af
·
verified ·
1 Parent(s): 7c2021a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from chat_interface import display_chat_interface
4
 
5
  st.title("Langchain RAG Chatbot")
6
 
7
- # Initialize session state variables
8
  if "messages" not in st.session_state:
9
  st.session_state.messages = []
10
 
 
4
 
5
  st.title("Langchain RAG Chatbot")
6
 
7
+ # Initialize session state variable
8
  if "messages" not in st.session_state:
9
  st.session_state.messages = []
10