Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
52c81f1
1
Parent(s):
c9d550d
Update app.py
Browse files
app.py
CHANGED
@@ -110,18 +110,11 @@ class ResumeAnalyser:
|
|
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">Virtual Assistant Chatbot</h1></center>""")
|
116 |
with gr.Row():
|
117 |
with gr.Column(elem_id="col-container"):
|
118 |
-
gr.HTML(
|
119 |
-
|
120 |
-
|
121 |
-
gr.HTML(
|
122 |
-
"""<h2 style="text-align:center; color:"white">WorkLLama Resume Matcher</h2> """
|
123 |
-
)
|
124 |
-
gr.HTML("<br>")
|
125 |
with gr.Row():
|
126 |
with gr.Column(scale=0.45, min_width=150, ):
|
127 |
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 |
with gr.Row():
|
114 |
with gr.Column(elem_id="col-container"):
|
115 |
+
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
|
116 |
+
<img src="file=logo.png" height="110px" width="280px"></h1></center>
|
117 |
+
<br><h1 style="color:#fff">Virtual Assistant Chatbot</h1></center>""")
|
|
|
|
|
|
|
|
|
118 |
with gr.Row():
|
119 |
with gr.Column(scale=0.45, min_width=150, ):
|
120 |
jobDescription = gr.File(label="Job Description")
|