Update app.py
Browse files
app.py
CHANGED
@@ -178,12 +178,11 @@ def clear_chat():
|
|
178 |
|
179 |
# Gradio Interface
|
180 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
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,
|
|
|
178 |
|
179 |
# Gradio Interface
|
180 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
181 |
+
gr.Image("Image.jpg")
|
182 |
+
gr.Markdown("# Mawared HR Assistant")
|
183 |
+
gr.Markdown("Ask questions about the Mawared HR system, and this assistant will provide answers based on the available context and conversation history.")
|
184 |
+
|
185 |
+
|
|
|
186 |
|
187 |
chatbot = gr.Chatbot(
|
188 |
height=400,
|