Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ def clear_chat():
|
|
203 |
return [], ""
|
204 |
|
205 |
# Gradio Interface
|
206 |
-
with gr.Blocks(theme='
|
207 |
gr.Image("Image.jpg", width=750, height=250, show_label=False, show_download_button=False)
|
208 |
gr.Markdown("# Mawared HR Assistant 2.6.4")
|
209 |
gr.Markdown('### Instructions')
|
|
|
203 |
return [], ""
|
204 |
|
205 |
# Gradio Interface
|
206 |
+
with gr.Blocks(theme='Hev832/Applio') as iface:
|
207 |
gr.Image("Image.jpg", width=750, height=250, show_label=False, show_download_button=False)
|
208 |
gr.Markdown("# Mawared HR Assistant 2.6.4")
|
209 |
gr.Markdown('### Instructions')
|