Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,9 @@ def rag_memory_stream(message, history):
|
|
201 |
|
202 |
# Correctly define examples as a list
|
203 |
examples = [
|
204 |
-
["What is the main purpose of Law Nº 59/2018 of 22/8/2018?"
|
|
|
|
|
205 |
]
|
206 |
|
207 |
description = (
|
|
|
201 |
|
202 |
# Correctly define examples as a list
|
203 |
examples = [
|
204 |
+
["What is the main purpose of Law Nº 59/2018 of 22/8/2018?",
|
205 |
+
"What happens to a person who deliberately conceals or destroys evidence related to genocide?",
|
206 |
+
"What are the penalties for violating a specific article?"]
|
207 |
]
|
208 |
|
209 |
description = (
|