Spaces:
Sleeping
Sleeping
Commit
·
1a5115e
1
Parent(s):
5410dcb
Update app.py
Browse files
app.py
CHANGED
@@ -110,14 +110,9 @@ class ResumeAnalyser:
|
|
110 |
# <img class="rightimage" align="right" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">""")
|
111 |
|
112 |
with gr.Row():
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
)
|
117 |
-
gr.HTML(
|
118 |
-
"""<h2 style="text-align:center; color:"white">ADOPLE AI Resume Analyzer</h2> """
|
119 |
-
)
|
120 |
-
gr.HTML("<br>")
|
121 |
with gr.Row():
|
122 |
with gr.Column(scale=0.45, min_width=150, ):
|
123 |
jobDescription = gr.File(label="Job Description")
|
|
|
110 |
# <img class="rightimage" align="right" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">""")
|
111 |
|
112 |
with gr.Row():
|
113 |
+
gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
|
114 |
+
<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
115 |
+
<br><center><h1 style="color:#fff">Virtual Assistant Chatbot</h1></center>""")
|
|
|
|
|
|
|
|
|
|
|
116 |
with gr.Row():
|
117 |
with gr.Column(scale=0.45, min_width=150, ):
|
118 |
jobDescription = gr.File(label="Job Description")
|