Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nattyboi
/
resume-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nattyboi
commited on
Mar 4
Commit
f70cb99
·
1 Parent(s):
e9d31b6
connected stuff
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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}