Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
8052945
1
Parent(s):
52c81f1
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ class ResumeAnalyser:
|
|
114 |
with gr.Column(elem_id="col-container"):
|
115 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
|
116 |
<img src="file=logo.png" height="110px" width="280px"></h1></center>
|
117 |
-
<br><h1 style="color:#fff">
|
118 |
with gr.Row():
|
119 |
with gr.Column(scale=0.45, min_width=150, ):
|
120 |
jobDescription = gr.File(label="Job Description")
|
|
|
114 |
with gr.Column(elem_id="col-container"):
|
115 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
|
116 |
<img src="file=logo.png" height="110px" width="280px"></h1></center>
|
117 |
+
<br><h1 style="color:#fff">AI Resume Analyzer</h1></center>""")
|
118 |
with gr.Row():
|
119 |
with gr.Column(scale=0.45, min_width=150, ):
|
120 |
jobDescription = gr.File(label="Job Description")
|