NithyaAla commited on
Commit
1012c02
·
verified ·
1 Parent(s): 93dc433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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