robertselvam commited on
Commit
62d39bc
1 Parent(s): e79bbf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -13
app.py CHANGED
@@ -105,19 +105,12 @@ class ResumeAnalyser:
105
 
106
 
107
  def gradio_interface(self):
108
- with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as app:
109
- gr.HTML("""<img class="leftimage" align="left" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">
110
- <img class="rightimage" align="right" src="https://workllama.com/wp-content/uploads/2022/05/WL_Logo.svg" alt="Image" width="210" height="210">""")
111
-
112
- with gr.Row():
113
- with gr.Column(elem_id="col-container"):
114
- gr.HTML(
115
- """<br style="color:white;">"""
116
- )
117
- gr.HTML(
118
- """<h2 style="text-align:center; color:"white">WorkLLama Resume Matcher</h2> """
119
- )
120
- gr.HTML("<br>")
121
  with gr.Row():
122
  with gr.Column(scale=0.45, min_width=150, ):
123
  jobDescription = gr.File(label="Job Description")
 
105
 
106
 
107
  def gradio_interface(self):
108
+ with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
109
+ gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:30px;'><center>
110
+ <img class="leftimage" align="left" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">
111
+ <h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
112
+ <br><center><h1 style="color:#fff">Resume Analyser</h1></center>""")
113
+
 
 
 
 
 
 
 
114
  with gr.Row():
115
  with gr.Column(scale=0.45, min_width=150, ):
116
  jobDescription = gr.File(label="Job Description")