Update app.py
Browse files
app.py
CHANGED
|
@@ -61,6 +61,7 @@ def load_model():
|
|
| 61 |
template = """
|
| 62 |
You are an intelligent assistant specialized in document analysis.
|
| 63 |
Use the following information from PDF files to answer the question:
|
|
|
|
| 64 |
{context}
|
| 65 |
Question: {question}
|
| 66 |
Answer (in detail and in clear language):
|
|
|
|
| 61 |
template = """
|
| 62 |
You are an intelligent assistant specialized in document analysis.
|
| 63 |
Use the following information from PDF files to answer the question:
|
| 64 |
+
answer dependent on the language question arabic or english
|
| 65 |
{context}
|
| 66 |
Question: {question}
|
| 67 |
Answer (in detail and in clear language):
|