Hamza011 commited on
Commit
440ebd9
1 Parent(s): 46f2531

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def chatbot(query,history):
82
  response = llm.invoke(prompt_formated).content
83
 
84
 
85
- history.append((query, repsonse))
86
 
87
 
88
  return '', history
 
82
  response = llm.invoke(prompt_formated).content
83
 
84
 
85
+ history.append((query, response))
86
 
87
 
88
  return '', history