Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from langchain_community.vectorstores import FAISS
|
|
6 |
from langchain.chains import RetrievalQA
|
7 |
from secret1 import GOOGLE_API as google_api
|
8 |
import PyPDF2
|
9 |
-
def chatbot_response(user_input
|
10 |
# This is a placeholder function. Replace with your actual chatbot logic.
|
11 |
# bot_response = "You said: " + user_input
|
12 |
# history.append((user_input, bot_response))
|
|
|
6 |
from langchain.chains import RetrievalQA
|
7 |
from secret1 import GOOGLE_API as google_api
|
8 |
import PyPDF2
|
9 |
+
def chatbot_response(user_input):
|
10 |
# This is a placeholder function. Replace with your actual chatbot logic.
|
11 |
# bot_response = "You said: " + user_input
|
12 |
# history.append((user_input, bot_response))
|