robertselvam commited on
Commit
bdbfed2
·
verified ·
1 Parent(s): d6b4022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:30px;'><center>
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, ):