Karthikeyan commited on
Commit
e3cd7a3
·
1 Parent(s): 8cf9740

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ 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><h1 class ="center">
75
- <img src="file=logo.png" height="110px" width="280px"></h1></center>
76
  <br><h1 style="color:#fff">Candidate Assessment and Communication</h1></center>""")
77
  with gr.Row(elem_id="col-container"):
78
  with gr.Column(scale=0.55, min_width=150, ):
 
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
+ <h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
76
  <br><h1 style="color:#fff">Candidate Assessment and Communication</h1></center>""")
77
  with gr.Row(elem_id="col-container"):
78
  with gr.Column(scale=0.55, min_width=150, ):