robertselvam
commited on
Commit
•
03d8ae3
1
Parent(s):
11a24ed
Update app.py
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ class ChemicalIdentifier:
|
|
248 |
|
249 |
def comparing_chemicals(self,urls,state):
|
250 |
chemicals = self.answer_question(urls,state)
|
251 |
-
excel_file_path = "
|
252 |
chemistry_capability = self.extract_excel_data(excel_file_path)
|
253 |
response = openai.Completion.create(
|
254 |
engine="text-davinci-003",
|
|
|
248 |
|
249 |
def comparing_chemicals(self,urls,state):
|
250 |
chemicals = self.answer_question(urls,state)
|
251 |
+
excel_file_path = "Capability.xlsx"
|
252 |
chemistry_capability = self.extract_excel_data(excel_file_path)
|
253 |
response = openai.Completion.create(
|
254 |
engine="text-davinci-003",
|