darkc0de commited on
Commit
38fde23
·
verified ·
1 Parent(s): 48c69cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def respond(message, history):
39
  header_image_path = "https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/0pAgc_eH03Encs45e2ri9.png"
40
 
41
 
42
- with gr.Blocks(theme=gr.themes.Soft(theme='HaleyCH_Theme_craiyon_alt')) as demo:
43
 
44
  gr.Image(
45
  value=header_image_path,
 
39
  header_image_path = "https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/0pAgc_eH03Encs45e2ri9.png"
40
 
41
 
42
+ with gr.Blocks(theme='HaleyCH_Theme_craiyon_alt'()) as demo:
43
 
44
  gr.Image(
45
  value=header_image_path,