Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,12 +62,12 @@ 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 |
-
<img class="leftimage" align="center" src="https://
|
| 69 |
<h1 class ="center" style="color:#fff">Athmick</h1>
|
| 70 |
-
<br><center><h1 style="color:#
|
| 71 |
|
| 72 |
chatbot = gr.Chatbot()
|
| 73 |
|
|
|
|
| 62 |
|
| 63 |
def gradio_interface() -> None:
|
| 64 |
"""Create a Gradio interface for the chatbot."""
|
| 65 |
+
with gr.Blocks(css = "style.css" ,theme="shivi/calm_seafoam") as demo:
|
| 66 |
|
| 67 |
gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'></center>
|
| 68 |
+
<img class="leftimage" align="center" src="https://www.built-environment-networking.com/content/uploads/2022/09/lloyds-bank-e1689067593452.png" alt="Image" width="60" height="210">
|
| 69 |
<h1 class ="center" style="color:#fff">Athmick</h1>
|
| 70 |
+
<br><center><h1 style="color:#006e49">Screening Assistant Chatbot</h1></center>""")
|
| 71 |
|
| 72 |
chatbot = gr.Chatbot()
|
| 73 |
|