Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
·
139c05c
1
Parent(s):
95bf4f0
Update app.py
Browse files
app.py
CHANGED
@@ -68,14 +68,11 @@ class CourseGenarator:
|
|
68 |
|
69 |
def gradio_interface(self):
|
70 |
with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as app:
|
71 |
-
gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
|
72 |
-
<img class="rightimage" align="right" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">""")
|
73 |
-
|
74 |
with gr.Row(elem_id="col-container"):
|
75 |
with gr.Column():
|
76 |
gr.HTML("<br>")
|
77 |
gr.HTML(
|
78 |
-
"""<h1 style="text-align:center; color:"white">Resume Summarizer</h1> """
|
79 |
)
|
80 |
with gr.Column():
|
81 |
resume = gr.File(label="Resume",elem_classes="heightfit")
|
|
|
68 |
|
69 |
def gradio_interface(self):
|
70 |
with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as app:
|
|
|
|
|
|
|
71 |
with gr.Row(elem_id="col-container"):
|
72 |
with gr.Column():
|
73 |
gr.HTML("<br>")
|
74 |
gr.HTML(
|
75 |
+
"""<h1 style="text-align:center; color:"white">ADOPLE AI Resume Summarizer</h1> """
|
76 |
)
|
77 |
with gr.Column():
|
78 |
resume = gr.File(label="Resume",elem_classes="heightfit")
|