danishjameel003 commited on
Commit
5070db3
·
verified ·
1 Parent(s): f5f979e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -9,8 +9,7 @@ from langchain.memory import ConversationBufferMemory
9
  from transformers import pipeline
10
  from htmlTemplates import css, bot_template, user_template
11
 
12
- # Load environment variables
13
- load_dotenv()
14
 
15
  # Creating custom template to guide LLM model
16
  custom_template = """Given the following conversation and a follow-up question, rephrase the follow-up question to be a standalone question, in its original language.
 
9
  from transformers import pipeline
10
  from htmlTemplates import css, bot_template, user_template
11
 
12
+
 
13
 
14
  # Creating custom template to guide LLM model
15
  custom_template = """Given the following conversation and a follow-up question, rephrase the follow-up question to be a standalone question, in its original language.