JBHF commited on
Commit
3baf6b7
1 Parent(s): b22708a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ if "vector" not in st.session_state:
55
 
56
 
57
  # st.title("Chat with Docs - Groq Edition :) ")
58
- st.title("Literature Based Research (LBR) - A. Unzicker and J. Bours - Chat with Docs - Groq Edition (Very Fast!) VERSION 3 March 8 2024"
59
 
60
  llm = ChatGroq(
61
  groq_api_key=groq_api_key,
 
55
 
56
 
57
  # st.title("Chat with Docs - Groq Edition :) ")
58
+ st.title("Literature Based Research (LBR) - A. Unzicker and J. Bours - Chat with Docs - Groq Edition (Very Fast!) - VERSION 3 - March 8 2024")
59
 
60
  llm = ChatGroq(
61
  groq_api_key=groq_api_key,