Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def get_response( candidate, chat_history, resume, jd):
|
|
56 |
# chat_history.append({"candidate":candidate,"interviewer":answer.content })
|
57 |
|
58 |
result = answer.content
|
59 |
-
chat_history.append((
|
60 |
print("chat_history", chat_history)
|
61 |
return "", chat_history
|
62 |
|
|
|
56 |
# chat_history.append({"candidate":candidate,"interviewer":answer.content })
|
57 |
|
58 |
result = answer.content
|
59 |
+
chat_history.append((candidate, result))
|
60 |
print("chat_history", chat_history)
|
61 |
return "", chat_history
|
62 |
|