Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
534a80e
1
Parent(s):
8052945
Update app.py
Browse files
app.py
CHANGED
@@ -110,11 +110,9 @@ class ResumeAnalyser:
|
|
110 |
|
111 |
def gradio_interface(self):
|
112 |
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
<img src="file=logo.png" height="110px" width="280px"></h1></center>
|
117 |
-
<br><h1 style="color:#fff">AI Resume Analyzer</h1></center>""")
|
118 |
with gr.Row():
|
119 |
with gr.Column(scale=0.45, min_width=150, ):
|
120 |
jobDescription = gr.File(label="Job Description")
|
|
|
110 |
|
111 |
def gradio_interface(self):
|
112 |
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
|
113 |
+
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
|
114 |
+
<img src="file=logo.png" height="110px" width="280px"></h1></center>
|
115 |
+
<br><h1 style="color:#fff">AI Resume Analyzer</h1></center>""")
|
|
|
|
|
116 |
with gr.Row():
|
117 |
with gr.Column(scale=0.45, min_width=150, ):
|
118 |
jobDescription = gr.File(label="Job Description")
|