Artem0729 commited on
Commit
e45a9e0
·
verified ·
1 Parent(s): 19005f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -362,7 +362,10 @@ js_code = """
362
  position:fixed;
363
  bottom:4rem;
364
  gap: unset;
365
- box-shadow: 0px 9px 20px rgba(13, 38, 76, 0.19);
 
 
 
366
  }
367
 
368
  #component-4 {
 
362
  position:fixed;
363
  bottom:4rem;
364
  gap: unset;
365
+ box-shadow: -14px 5px 16px 0px rgba(0,0,0,0.08),
366
+ 0px 2px 2px 0px rgba(0,0,0,0.12),
367
+ 0px 4px 4px 0px rgba(0,0,0,0.16),
368
+ 0px 8px 8px 0px rgba(0,0,0,0.2);
369
  }
370
 
371
  #component-4 {