Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,10 +71,9 @@ class CourseGenarator:
|
|
71 |
return generated_text
|
72 |
|
73 |
def gradio_interface(self):
|
74 |
-
with gr.Blocks(css="style.css",theme=
|
75 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:30px;'><center>
|
76 |
-
<
|
77 |
-
<h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
78 |
<br><center><h1 style="color:#fff">Resume Summarizer</h1></center>""")
|
79 |
|
80 |
with gr.Row(elem_id="col-container"):
|
|
|
71 |
return generated_text
|
72 |
|
73 |
def gradio_interface(self):
|
74 |
+
with gr.Blocks(css="style.css",theme="freddyaboulton/test-blue") as app:
|
75 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:30px;'><center>
|
76 |
+
<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
|
|
77 |
<br><center><h1 style="color:#fff">Resume Summarizer</h1></center>""")
|
78 |
|
79 |
with gr.Row(elem_id="col-container"):
|