UKURIKIYEYEZU
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -200,12 +200,13 @@ def rag_memory_stream(message, history):
|
|
200 |
yield partial_text
|
201 |
|
202 |
# Correctly define examples as a list
|
203 |
-
examples =
|
204 |
-
|
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 = (
|
210 |
"This Regal AI Assistance specializes in LAW Nº 59/2018 OF 22/8/2018 "
|
211 |
"ON THE CRIME OF GENOCIDE IDEOLOGY AND RELATED CRIMES."
|
|
|
200 |
yield partial_text
|
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 |
+
|
210 |
description = (
|
211 |
"This Regal AI Assistance specializes in LAW Nº 59/2018 OF 22/8/2018 "
|
212 |
"ON THE CRIME OF GENOCIDE IDEOLOGY AND RELATED CRIMES."
|