Spaces:
Sleeping
Sleeping
Commit
·
8b13b5f
1
Parent(s):
ca0d18a
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ class ResumeAnalyser:
|
|
70 |
return jobDescription, resume, result_email
|
71 |
|
72 |
def gradio_interface(self):
|
73 |
-
with gr.Blocks(css="style.css",theme='
|
74 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:30px;'><center>
|
75 |
<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
76 |
<br><center><h1 style="color:#fff">Candidate Assessment and Communication</h1></center>""")
|
|
|
70 |
return jobDescription, resume, result_email
|
71 |
|
72 |
def gradio_interface(self):
|
73 |
+
with gr.Blocks(css="style.css",theme='freddyaboulton/test-blue') as app:
|
74 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:30px;'><center>
|
75 |
<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
76 |
<br><center><h1 style="color:#fff">Candidate Assessment and Communication</h1></center>""")
|