Daemontatox commited on
Commit
33088fb
·
verified ·
1 Parent(s): 5d4ed4d

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")
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=160 , height=160 ,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