karthikeyan-r commited on
Commit
2236c5b
1 Parent(s): 742f3e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -220,6 +220,7 @@ class Resume_Overall:
220
 
221
  def launch_gradio_interface(self, share: bool = True):
222
  with gr.Blocks(css="style.css",theme='freddyaboulton/test-blue') as app:
 
223
  with gr.Tab("Resume"):
224
  with gr.Row(elem_id="col-container"):
225
  with gr.Column(scale=0.70):
 
220
 
221
  def launch_gradio_interface(self, share: bool = True):
222
  with gr.Blocks(css="style.css",theme='freddyaboulton/test-blue') as app:
223
+ gr.HTML("""<center class="darkblue" text-align:center;padding:25px;'><be><h1 style="color:#fff; font-weight:bold; font-size:28px;">Resume Analyzer</h1></center>""")
224
  with gr.Tab("Resume"):
225
  with gr.Row(elem_id="col-container"):
226
  with gr.Column(scale=0.70):