Spaces:
Build error
Build error
Commit ·
2454ce8
1
Parent(s): cc98ac2
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,10 +31,12 @@ class JobDescription():
|
|
| 31 |
return generated_text
|
| 32 |
|
| 33 |
def gradio_interface(self):
|
| 34 |
-
with gr.Blocks(css="style.css",theme=
|
| 35 |
-
gr.HTML("""<
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
| 38 |
with gr.Row(elem_id="col-container"):
|
| 39 |
with gr.Column():
|
| 40 |
gr.HTML("<br>")
|
|
|
|
| 31 |
return generated_text
|
| 32 |
|
| 33 |
def gradio_interface(self):
|
| 34 |
+
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
|
| 35 |
+
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:30px;'><center>
|
| 36 |
+
<img class="leftimage" align="left" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">
|
| 37 |
+
<h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
| 38 |
+
<br><center><h1 style="color:#fff">Generate Job Description</h1></center>""")
|
| 39 |
+
|
| 40 |
with gr.Row(elem_id="col-container"):
|
| 41 |
with gr.Column():
|
| 42 |
gr.HTML("<br>")
|