Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Commit 
							
							Β·
						
						cab0ef7
	
1
								Parent(s):
							
							b71967f
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -12,8 +12,9 @@ def main(): 
     | 
|
| 12 | 
         
             
                st.title("HR - Resume Screening Assistance...π ")
         
     | 
| 13 | 
         
             
                st.subheader("I can help you in resume screening process")
         
     | 
| 14 | 
         | 
| 15 | 
         
            -
                st.sidebar.title("π")
         
     | 
| 16 | 
         
            -
             
     | 
| 
         | 
|
| 17 | 
         
             
                job_description = st.text_area("Please paste the 'JOB DESCRIPTION' here...",key="1")
         
     | 
| 18 | 
         
             
                document_count = st.text_input("No.of 'RESUMES' to return",key="2")
         
     | 
| 19 | 
         
             
                # Upload the Resumes (pdf files)
         
     | 
| 
         | 
|
| 12 | 
         
             
                st.title("HR - Resume Screening Assistance...π ")
         
     | 
| 13 | 
         
             
                st.subheader("I can help you in resume screening process")
         
     | 
| 14 | 
         | 
| 15 | 
         
            +
                #st.sidebar.title("π")
         
     | 
| 16 | 
         
            +
                st.sidebar.image('./resume_screening.jpg',width=300, use_column_width=True)
         
     | 
| 17 | 
         
            +
                
         
     | 
| 18 | 
         
             
                job_description = st.text_area("Please paste the 'JOB DESCRIPTION' here...",key="1")
         
     | 
| 19 | 
         
             
                document_count = st.text_input("No.of 'RESUMES' to return",key="2")
         
     | 
| 20 | 
         
             
                # Upload the Resumes (pdf files)
         
     |