Karthikeyan
commited on
Commit
•
b815f47
1
Parent(s):
ca80545
Update app.py
Browse files
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("""
|
41 |
-
<img class="rightimage" align="
|
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"):
|