robertselvam commited on
Commit
7f367e6
·
1 Parent(s): b442ec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ class ResumeAnalyser:
71
 
72
  def gradio_interface(self):
73
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
74
- gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center>
75
  <img class="leftimage" align="left" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">
76
  <h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
77
  <br><center><h1 style="color:#fff">Candidate Assessment and Communication</h1></center>""")
 
71
 
72
  def gradio_interface(self):
73
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
74
+ gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:30px;'><center>
75
  <img class="leftimage" align="left" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">
76
  <h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
77
  <br><center><h1 style="color:#fff">Candidate Assessment and Communication</h1></center>""")