darkc0de commited on
Commit
4fcf714
·
verified ·
1 Parent(s): cc36576

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.Glass()) 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=gr.themes.Soft()) as demo:
43
 
44
  gr.Image(
45
  value=header_image_path,