Spaces:
Sleeping
Sleeping
Commit
·
17bb65d
1
Parent(s):
39a3675
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ class ResumeAnalyser:
|
|
74 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center>
|
75 |
<img class="leftimage" align="left" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">
|
76 |
<h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
77 |
-
|
78 |
with gr.Row(elem_id="col-container"):
|
79 |
with gr.Column(scale=0.55, min_width=150, ):
|
80 |
jobDescription = gr.File(label="Job Description", file_types = [".pdf",".txt"])
|
|
|
74 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center>
|
75 |
<img class="leftimage" align="left" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">
|
76 |
<h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
77 |
+
<br><center><h1 style="color:#fff">Candidate Assessment and Communication</h1></center>""")
|
78 |
with gr.Row(elem_id="col-container"):
|
79 |
with gr.Column(scale=0.55, min_width=150, ):
|
80 |
jobDescription = gr.File(label="Job Description", file_types = [".pdf",".txt"])
|