Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ interface = gr.Interface(
|
|
| 86 |
description="""
|
| 87 |
Upload your professional document (resume, CV, professional summary, or pdf/docx of portfolio, linkedin, etc.)
|
| 88 |
and get a structured skill profile. Get skill recommendations based on other users' skills with similar interests.
|
| 89 |
-
(Currently resume,CV uploads render high-quality recommendations)
|
| 90 |
"""
|
| 91 |
)
|
| 92 |
|
|
|
|
| 86 |
description="""
|
| 87 |
Upload your professional document (resume, CV, professional summary, or pdf/docx of portfolio, linkedin, etc.)
|
| 88 |
and get a structured skill profile. Get skill recommendations based on other users' skills with similar interests.
|
| 89 |
+
(Currently resume,CV uploads render high-quality recommendations, uploaded documents are stored securely in a graph database for improving recommendation quality)
|
| 90 |
"""
|
| 91 |
)
|
| 92 |
|