Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
1687f31
1
Parent(s):
d4d2bc1
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ class LangChain_Document_QA:
|
|
145 |
try:
|
146 |
history = self._chat_history()
|
147 |
try:
|
148 |
-
file_path = "
|
149 |
with open(file_path) as file:
|
150 |
patient_details = json.load(file)
|
151 |
except:
|
|
|
145 |
try:
|
146 |
history = self._chat_history()
|
147 |
try:
|
148 |
+
file_path = "patient_details.json"
|
149 |
with open(file_path) as file:
|
150 |
patient_details = json.load(file)
|
151 |
except:
|