Karthikeyan commited on
Commit
7ab492a
·
1 Parent(s): 32e1947

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -106,8 +106,8 @@ class ResumeAnalyser:
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://lh5.googleusercontent.com/Oe_QQsjdEEDWZtgR5v8DHJe3aHP5rOj4FkfpCbo6CELP6xzoHh7N_nYV62cZhMQcLNlvR8xaFq7nMd4V1W-gKeIZ67QAECE9m6pRuRJah9MCdHg5N1q3oJ-4rOoxTc8ZdA=w1280" alt="Image" width="210" height="210">
110
- <img class="rightimage" align="right" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">""")
111
 
112
  with gr.Row():
113
  with gr.Column(elem_id="col-container"):
@@ -115,7 +115,7 @@ class ResumeAnalyser:
115
  """<br style="color:white;">"""
116
  )
117
  gr.HTML(
118
- """<h2 style="text-align:center; color:"white">Randstad Resume Analyzer</h2> """
119
  )
120
  gr.HTML("<br>")
121
  with gr.Row():
 
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://lh5.googleusercontent.com/Oe_QQsjdEEDWZtgR5v8DHJe3aHP5rOj4FkfpCbo6CELP6xzoHh7N_nYV62cZhMQcLNlvR8xaFq7nMd4V1W-gKeIZ67QAECE9m6pRuRJah9MCdHg5N1q3oJ-4rOoxTc8ZdA=w1280" alt="Image" width="210" height="210">
110
+ # <img class="rightimage" align="right" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">""")
111
 
112
  with gr.Row():
113
  with gr.Column(elem_id="col-container"):
 
115
  """<br style="color:white;">"""
116
  )
117
  gr.HTML(
118
+ """<h2 style="text-align:center; color:"white">ADOPLE AI Resume Analyzer</h2> """
119
  )
120
  gr.HTML("<br>")
121
  with gr.Row():