Daemontatox commited on
Commit
4abe4e3
·
verified ·
1 Parent(s): df953e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ def clear_chat():
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')
 
262
  return [], ""
263
 
264
  # Gradio Interface
265
+ with gr.Blocks() 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')