Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
·
98aa6fe
1
Parent(s):
ffc354e
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ class ResumeAnalyser:
|
|
109 |
|
110 |
|
111 |
def gradio_interface(self):
|
112 |
-
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-
|
113 |
gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
|
114 |
<img class="rightimage" align="right" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">""")
|
115 |
|
|
|
109 |
|
110 |
|
111 |
def gradio_interface(self):
|
112 |
+
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
|
113 |
gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
|
114 |
<img class="rightimage" align="right" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">""")
|
115 |
|