Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ class CourseGenarator:
|
|
72 |
|
73 |
def gradio_interface(self):
|
74 |
with gr.Blocks(css="style.css",theme="freddyaboulton/test-blue") as app:
|
75 |
-
gr.HTML("""
|
76 |
<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
77 |
<br><center><h1 style="color:#fff">Resume Summarizer</h1></center>""")
|
78 |
|
|
|
72 |
|
73 |
def gradio_interface(self):
|
74 |
with gr.Blocks(css="style.css",theme="freddyaboulton/test-blue") as app:
|
75 |
+
gr.HTML("""
|
76 |
<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
77 |
<br><center><h1 style="color:#fff">Resume Summarizer</h1></center>""")
|
78 |
|