Spaces:
Sleeping
Sleeping
Commit
·
6c4c5de
1
Parent(s):
1a5115e
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ class ResumeAnalyser:
|
|
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">
|
116 |
with gr.Row():
|
117 |
with gr.Column(scale=0.45, min_width=150, ):
|
118 |
jobDescription = gr.File(label="Job Description")
|
|
|
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">Resume Analyser</h1></center>""")
|
116 |
with gr.Row():
|
117 |
with gr.Column(scale=0.45, min_width=150, ):
|
118 |
jobDescription = gr.File(label="Job Description")
|