Karthikeyan commited on
Commit
885e79a
1 Parent(s): e364bb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -61,8 +61,8 @@ def matching_percentage(job_description_path, resume_path):
61
 
62
 
63
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as app:
64
- gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
65
- <img class="rightimage" align="right" src="https://upload.wikimedia.org/wikipedia/en/thumb/c/cc/Vodafone_2017_logo.svg/2560px-Vodafone_2017_logo.svg.png" alt="Image" width="200" height="200">""")
66
 
67
  with gr.Row():
68
  with gr.Column(elem_id="col-container"):
@@ -70,7 +70,7 @@ with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as app:
70
  """<br style="color:white;">"""
71
  )
72
  gr.HTML(
73
- """<h2 style="text-align:center; color:"white">Vodafone Resume Matcher</h2> """
74
  )
75
  gr.HTML("<br>")
76
  with gr.Row():
 
61
 
62
 
63
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as app:
64
+ gr.HTML("""<img class="leftimage" align="left" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">
65
+ <img class="rightimage" align="right" src="https://workllama.com/wp-content/uploads/2022/05/WL_Logo.svg" alt="Image" width="210" height="210">""")
66
 
67
  with gr.Row():
68
  with gr.Column(elem_id="col-container"):
 
70
  """<br style="color:white;">"""
71
  )
72
  gr.HTML(
73
+ """<h2 style="text-align:center; color:"white">Workllama Resume Matcher</h2> """
74
  )
75
  gr.HTML("<br>")
76
  with gr.Row():