KrishGoyani commited on
Commit
509fe92
·
verified ·
1 Parent(s): 604c992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ h1 {
87
 
88
  with gr.Blocks(css=custom_css) as demo:
89
  gr.HTML("<h1>AI-Powered Resume Parser</h1>")
90
- gr.HTML("<p style='text-align: center;'>This tool uses advanced NLP techniques to extract key information from your resume.</p>")
91
 
92
 
93
  with gr.Row() as row:
 
87
 
88
  with gr.Blocks(css=custom_css) as demo:
89
  gr.HTML("<h1>AI-Powered Resume Parser</h1>")
90
+ gr.HTML("<p style='text-align: center;'>This application extracts important data from your resume using innovative NLP methods. This tool's key advantage is that, in contrast to conventional resume parsers, it is generalized(Thanks to GLiNER team), meaning it functions in accordance with your needs. Simply enter the labels (NER) that you wish to extract, then adjust the threshold and submit the resume. Magic will happen in a few seconds.</p>")
91
 
92
 
93
  with gr.Row() as row: