robertselvam commited on
Commit
534a80e
1 Parent(s): 8052945

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -110,11 +110,9 @@ class ResumeAnalyser:
110
 
111
  def gradio_interface(self):
112
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
113
- with gr.Row():
114
- with gr.Column(elem_id="col-container"):
115
- gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
116
- <img src="file=logo.png" height="110px" width="280px"></h1></center>
117
- <br><h1 style="color:#fff">AI Resume Analyzer</h1></center>""")
118
  with gr.Row():
119
  with gr.Column(scale=0.45, min_width=150, ):
120
  jobDescription = gr.File(label="Job Description")
 
110
 
111
  def gradio_interface(self):
112
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
113
+ gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
114
+ <img src="file=logo.png" height="110px" width="280px"></h1></center>
115
+ <br><h1 style="color:#fff">AI Resume Analyzer</h1></center>""")
 
 
116
  with gr.Row():
117
  with gr.Column(scale=0.45, min_width=150, ):
118
  jobDescription = gr.File(label="Job Description")