Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def chatbot(query,history):
|
|
82 |
response = llm.invoke(prompt_formated).content
|
83 |
|
84 |
|
85 |
-
history.append((query,
|
86 |
|
87 |
|
88 |
return '', history
|
|
|
82 |
response = llm.invoke(prompt_formated).content
|
83 |
|
84 |
|
85 |
+
history.append((query, response))
|
86 |
|
87 |
|
88 |
return '', history
|