Nattyboi commited on
Commit
f70cb99
·
1 Parent(s): e9d31b6

connected stuff

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 {"context":context,"Ai Response":response.text}
 
101
  """
102
  )
103
 
104
+ return {"Ai Response":response.text}