Daemontatox commited on
Commit
ed81a64
·
verified ·
1 Parent(s): 2690be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def clear_chat():
178
 
179
  # Gradio Interface
180
  with gr.Blocks(theme=gr.themes.Soft()) as iface:
181
- gr.Image("Image.jpg" , width=500 , height=300 ,show_label=False, show_download_button=False)
182
  gr.Markdown("# Mawared HR Assistant")
183
  gr.Markdown("Ask questions about the Mawared HR system, and this assistant will provide answers based on the available context and conversation history.")
184
 
 
178
 
179
  # Gradio Interface
180
  with gr.Blocks(theme=gr.themes.Soft()) as iface:
181
+ gr.Image("Image.jpg" , width=1200 , height=300 ,show_label=False, show_download_button=False)
182
  gr.Markdown("# Mawared HR Assistant")
183
  gr.Markdown("Ask questions about the Mawared HR system, and this assistant will provide answers based on the available context and conversation history.")
184