Update app.py
Browse files
app.py
CHANGED
@@ -179,11 +179,11 @@ def clear_chat():
|
|
179 |
# Gradio Interface
|
180 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
181 |
with gr.Row(elem_id="header-row"):
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
|
188 |
chatbot = gr.Chatbot(
|
189 |
height=400,
|
|
|
179 |
# Gradio Interface
|
180 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
181 |
with gr.Row(elem_id="header-row"):
|
182 |
+
with gr.Column(scale=1):
|
183 |
+
gr.Image("Image.jpg", show_label=False, container=False, height=80, width=80, image_mode="RGBA", shape=(80, 80))
|
184 |
+
with gr.Column(scale=3):
|
185 |
+
gr.Markdown("# Mawared HR Assistant")
|
186 |
+
gr.Markdown("Ask questions about the Mawared HR system, and this assistant will provide answers based on the available context and conversation history.")
|
187 |
|
188 |
chatbot = gr.Chatbot(
|
189 |
height=400,
|