Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,9 +81,7 @@ context_input = gr.Textbox(
|
|
81 |
def update_dynamic_context(user_input):
|
82 |
global global_context
|
83 |
|
84 |
-
keywords = {
|
85 |
-
"meutre": "Un meutre a été mentionné. Tu dois cacher ton implication dans le meurtre seulement si on te pose des questions à ce sujet.",
|
86 |
-
}
|
87 |
|
88 |
for keyword in keywords:
|
89 |
if keyword in user_input.lower():
|
|
|
81 |
def update_dynamic_context(user_input):
|
82 |
global global_context
|
83 |
|
84 |
+
keywords = {}
|
|
|
|
|
85 |
|
86 |
for keyword in keywords:
|
87 |
if keyword in user_input.lower():
|