Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -87,8 +87,7 @@ class ResumeAnalyser:
|
|
87 |
|
88 |
def gradio_interface(self):
|
89 |
with gr.Blocks(css="style.css",theme='freddyaboulton/test-blue') as app:
|
90 |
-
gr.HTML("""<center class="
|
91 |
-
<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
92 |
<br><center><h1 style="color:#fff">Candidate Assessment and Communication</h1></center>""")
|
93 |
with gr.Row(elem_id="col-container"):
|
94 |
with gr.Column(scale=0.55, min_width=150, ):
|
|
|
87 |
|
88 |
def gradio_interface(self):
|
89 |
with gr.Blocks(css="style.css",theme='freddyaboulton/test-blue') as app:
|
90 |
+
gr.HTML("""<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
|
|
91 |
<br><center><h1 style="color:#fff">Candidate Assessment and Communication</h1></center>""")
|
92 |
with gr.Row(elem_id="col-container"):
|
93 |
with gr.Column(scale=0.55, min_width=150, ):
|