Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ with gr.Blocks(theme='Hev832/Applio') as iface:
|
|
233 |
gr.Image("Image.jpg", width=750, height=300, show_label=False, show_download_button=False)
|
234 |
gr.Markdown("# Mawared HR Assistant 3.0.0")
|
235 |
gr.Markdown('### Instructions')
|
236 |
-
gr.Markdown("Ask a question about MawaredHR and get a detailed answer)
|
237 |
|
238 |
chatbot = gr.Chatbot(
|
239 |
height=750,
|
|
|
233 |
gr.Image("Image.jpg", width=750, height=300, show_label=False, show_download_button=False)
|
234 |
gr.Markdown("# Mawared HR Assistant 3.0.0")
|
235 |
gr.Markdown('### Instructions')
|
236 |
+
gr.Markdown("Ask a question about MawaredHR and get a detailed answer")
|
237 |
|
238 |
chatbot = gr.Chatbot(
|
239 |
height=750,
|