Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
•
7e95e2d
1
Parent(s):
e7654f8
Update app.py
Browse files
app.py
CHANGED
@@ -36,11 +36,11 @@ class JobListGenerator:
|
|
36 |
return job_list
|
37 |
|
38 |
def launch_gradio_interface(self, share: bool = True):
|
39 |
-
|
40 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:30px;'><center>
|
41 |
<img class="leftimage" align="left" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">
|
42 |
<h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
43 |
-
<br><center><h1 style="color:#fff">
|
44 |
with gr.Row():
|
45 |
with gr.Column(elem_id="col-container"):
|
46 |
gr.HTML("""<center><h1>Designation Finder</h1></center>""")
|
|
|
36 |
return job_list
|
37 |
|
38 |
def launch_gradio_interface(self, share: bool = True):
|
39 |
+
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
|
40 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:30px;'><center>
|
41 |
<img class="leftimage" align="left" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">
|
42 |
<h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
43 |
+
<br><center><h1 style="color:#fff">Designation Finder</h1></center>""")
|
44 |
with gr.Row():
|
45 |
with gr.Column(elem_id="col-container"):
|
46 |
gr.HTML("""<center><h1>Designation Finder</h1></center>""")
|