Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def get_response( candidate, chat_history, resume, jd):
|
|
62 |
|
63 |
def gradio_interface() -> None:
|
64 |
"""Create a Gradio interface for the chatbot."""
|
65 |
-
with gr.Blocks(css = "style.css" ,theme="
|
66 |
|
67 |
gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
|
68 |
<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
|
|
62 |
|
63 |
def gradio_interface() -> None:
|
64 |
"""Create a Gradio interface for the chatbot."""
|
65 |
+
with gr.Blocks(css = "style.css" ,theme="HaleyCH/HaleyCH_Theme") as demo:
|
66 |
|
67 |
gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
|
68 |
<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|