Farhan1572 commited on
Commit
106a123
·
verified ·
1 Parent(s): 9a2cdfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ demo = gr.Interface(
26
  resume_ner,
27
  gr.File(file_types=[".pdf"]),
28
  ["html"],
29
- title="Talentino",
30
- description="By Redswitches"
31
  )
32
 
33
  demo.launch()
 
26
  resume_ner,
27
  gr.File(file_types=[".pdf"]),
28
  ["html"],
29
+ title="Resume Parser for Skills, Education, Experience",
30
+ description="By Farhan Siddiqui"
31
  )
32
 
33
  demo.launch()