Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ def clear_chat():
|
|
178 |
|
179 |
# Gradio Interface
|
180 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
181 |
-
gr.Image("Image.jpg" , width=
|
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 |
|
|
|
178 |
|
179 |
# Gradio Interface
|
180 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
181 |
+
gr.Image("Image.jpg" , width=500 , height=300 ,show_label=False, show_download_button=False)
|
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 |
|