karthikeyan-r commited on
Commit
a10ded0
·
verified ·
1 Parent(s): ecb0707

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +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><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, ):
 
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"></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, ):