finaspirant commited on
Commit
8f571d8
·
1 Parent(s): e2b99fa

Updated comments

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,10 +28,10 @@ qa = RetrievalQA.from_llm(model, retriever=retriever)
28
  qa.run("What is the repository's name?")
29
 
30
 
31
- st.title(f"Chat with GitHub Repository")
32
  # Initialize the session state for placeholder messages.
33
  if "generated" not in st.session_state:
34
- st.session_state["generated"] = ["i am ready to help you ser"]
35
 
36
  if "past" not in st.session_state:
37
  st.session_state["past"] = ["hello"]
 
28
  qa.run("What is the repository's name?")
29
 
30
 
31
+ st.title(f"Chat with GitHub Repository --> Flowret")
32
  # Initialize the session state for placeholder messages.
33
  if "generated" not in st.session_state:
34
+ st.session_state["generated"] = ["i am ready to help you with Flowret repo"]
35
 
36
  if "past" not in st.session_state:
37
  st.session_state["past"] = ["hello"]