Daemontatox commited on
Commit
5bdbb4a
·
verified ·
1 Parent(s): 81e143e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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("Ask questions about the Mawared HR system, and this assistant will provide answers based on the available context and conversation history.")
 
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