Nattyboi commited on
Commit
c12efb0
·
1 Parent(s): fe28cb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,4 +101,4 @@ def ask_ai_about_resume(query, user_id):
101
  """
102
  )
103
 
104
- return response.text
 
101
  """
102
  )
103
 
104
+ return {"context":context,"Ai Response":response.text}