Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,9 @@ def gradio_interface() -> None:
|
|
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 |
-
<
|
69 |
-
<
|
|
|
70 |
|
71 |
chatbot = gr.Chatbot()
|
72 |
|
|
|
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 |
+
<center>
|
69 |
+
<img align="center" src="https://www.built-environment-networking.com/content/uploads/2022/09/lloyds-bank-e1689067593452.png" alt="LOGO" width=322, height=156>
|
70 |
+
<br><h1 style="color:#006e49">Screening Assistant Chatbot</h1></center>""")
|
71 |
|
72 |
chatbot = gr.Chatbot()
|
73 |
|