Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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:
|