robertselvam commited on
Commit
e7654f8
1 Parent(s): a2a0193

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -36,10 +36,12 @@ class JobListGenerator:
36
  return job_list
37
 
38
  def launch_gradio_interface(self, share: bool = True):
39
- with gr.Blocks(css="style.css", theme=gr.themes.Soft()) as app:
40
- gr.HTML("""<center><img class="" align="center" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="150" height="140"></center>""")
 
 
 
41
  with gr.Row():
42
-
43
  with gr.Column(elem_id="col-container"):
44
  gr.HTML("""<center><h1>Designation Finder</h1></center>""")
45
  input_file = gr.File(label="Upload Resume (PDF)")
 
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">Candidate Assessment and Communication</h1></center>""")
44
  with gr.Row():
 
45
  with gr.Column(elem_id="col-container"):
46
  gr.HTML("""<center><h1>Designation Finder</h1></center>""")
47
  input_file = gr.File(label="Upload Resume (PDF)")