Spaces:
Running
Running
Update app.py
Browse files
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=
|
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,
|