KarthickAdopleAI commited on
Commit
7a40c1a
·
verified ·
1 Parent(s): 95f5d7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -643,7 +643,7 @@ class JobPotral:
643
 
644
 
645
  # resume analyser
646
- analyse_btn.click(self.matching_percentage, [job_description, resume], [matched_result, pychart])
647
 
648
 
649
  # review analyser
 
643
 
644
 
645
  # resume analyser
646
+ analyse_btn.click(self.matching_percentage, [resume,job_description], [matched_result, pychart])
647
 
648
 
649
  # review analyser