Update app.py
Browse files
app.py
CHANGED
@@ -327,9 +327,9 @@ def clear_chat():
|
|
327 |
# Gradio Interface
|
328 |
with gr.Blocks() as iface:
|
329 |
gr.Image("Image.jpg", width=750, height=300, show_label=False, show_download_button=False)
|
330 |
-
gr.Markdown("# Mawared HR Assistant 3.2.
|
331 |
gr.Markdown('### Instructions')
|
332 |
-
gr.Markdown("Ask a question about MawaredHR and get a detailed answer")
|
333 |
|
334 |
chatbot = gr.Chatbot(
|
335 |
height=750,
|
|
|
327 |
# Gradio Interface
|
328 |
with gr.Blocks() as iface:
|
329 |
gr.Image("Image.jpg", width=750, height=300, show_label=False, show_download_button=False)
|
330 |
+
gr.Markdown("# Mawared HR Assistant 3.2.6")
|
331 |
gr.Markdown('### Instructions')
|
332 |
+
gr.Markdown("Ask a question about MawaredHR and get a detailed answer , Added new model and Logging")
|
333 |
|
334 |
chatbot = gr.Chatbot(
|
335 |
height=750,
|