Daemontatox
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -262,7 +262,7 @@ def clear_chat():
|
|
262 |
return [], ""
|
263 |
|
264 |
# Gradio Interface
|
265 |
-
with gr.Blocks(theme='
|
266 |
gr.Image("Image.jpg", width=750, height=300, show_label=False, show_download_button=False)
|
267 |
gr.Markdown("# Mawared HR Assistant 3.0.0")
|
268 |
gr.Markdown('### Instructions')
|
|
|
262 |
return [], ""
|
263 |
|
264 |
# Gradio Interface
|
265 |
+
with gr.Blocks(theme='ParityError/Interstellar') as iface:
|
266 |
gr.Image("Image.jpg", width=750, height=300, show_label=False, show_download_button=False)
|
267 |
gr.Markdown("# Mawared HR Assistant 3.0.0")
|
268 |
gr.Markdown('### Instructions')
|