Karthikeyan commited on
Commit
b815f47
1 Parent(s): ca80545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ class JobListGenerator:
37
 
38
  def launch_gradio_interface(self, share: bool = True):
39
  with gr.Blocks(css="style.css", theme=gr.themes.Soft()) as app:
40
- gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
41
- <img class="rightimage" align="right" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="150" height="140">""")
42
  with gr.Row():
43
 
44
  with gr.Column(elem_id="col-container"):
 
37
 
38
  def launch_gradio_interface(self, share: bool = True):
39
  with gr.Blocks(css="style.css", theme=gr.themes.Soft()) as app:
40
+ gr.HTML("""
41
+ <img class="rightimage" align="center" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="150" height="140">""")
42
  with gr.Row():
43
 
44
  with gr.Column(elem_id="col-container"):