Shankarm08 commited on
Commit
69dc379
·
verified ·
1 Parent(s): 317f74d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -8,8 +8,9 @@ from langchain_huggingface import HuggingFaceEndpoint
8
 
9
 
10
 
11
- import os
12
- os.environ["HUGGINGFACEHUB_API_TOKEN"] = "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"
 
13
 
14
  #Function to return the response
15
  def load_answer(question):
 
8
 
9
 
10
 
11
+ #import os
12
+
13
+ #os.environ["HUGGINGFACEHUB_API_TOKEN"] = "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"
14
 
15
  #Function to return the response
16
  def load_answer(question):