Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
885e79a
1
Parent(s):
e364bb7
Update app.py
Browse files
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://
|
65 |
-
|
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">
|
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():
|