Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ def clear_chat():
|
|
254 |
return [], ""
|
255 |
|
256 |
# Gradio Interface
|
257 |
-
with gr.Blocks(theme='
|
258 |
gr.Image("Image.jpg" , width=1200 , height=300 ,show_label=False, show_download_button=False)
|
259 |
gr.Markdown("# Mawared HR Assistant 2.5.1")
|
260 |
gr.Markdown('### Instructions')
|
|
|
254 |
return [], ""
|
255 |
|
256 |
# Gradio Interface
|
257 |
+
with gr.Blocks(theme='shivi/calm_seafoam') as iface:
|
258 |
gr.Image("Image.jpg" , width=1200 , height=300 ,show_label=False, show_download_button=False)
|
259 |
gr.Markdown("# Mawared HR Assistant 2.5.1")
|
260 |
gr.Markdown('### Instructions')
|