Daemontatox commited on
Commit
2e02b03
·
verified ·
1 Parent(s): 54935ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.5")
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,