Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,8 @@ print("check2")
|
|
74 |
print("result")
|
75 |
|
76 |
print("check3")
|
77 |
-
chain = pipe(question = question,context = "Use the following information to answer the question. docs1[0].page_content.")
|
|
|
78 |
|
79 |
|
80 |
print("check3A")
|
|
|
74 |
print("result")
|
75 |
|
76 |
print("check3")
|
77 |
+
#chain = pipe(question = question,context = "Use the following information to answer the question. docs1[0].page_content.")
|
78 |
+
chain = pipe(question = question,context = "Use the following information to answer the question. Diabetes can be cured by eating apples.")
|
79 |
|
80 |
|
81 |
print("check3A")
|