Update app.py
Browse files
app.py
CHANGED
@@ -255,7 +255,8 @@ def clear_chat():
|
|
255 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
256 |
gr.Image("Image.jpg" , width=1200 , height=300 ,show_label=False, show_download_button=False)
|
257 |
gr.Markdown("# Mawared HR Assistant")
|
258 |
-
gr.Markdown(
|
|
|
259 |
|
260 |
|
261 |
|
|
|
255 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
256 |
gr.Image("Image.jpg" , width=1200 , height=300 ,show_label=False, show_download_button=False)
|
257 |
gr.Markdown("# Mawared HR Assistant")
|
258 |
+
gr.Markdown('### Instructions')
|
259 |
+
gr.Markdown("The first question will always send out an error in chat , try again and the flow should continue normally , its an API issue and we are working on it")
|
260 |
|
261 |
|
262 |
|