wangyiyi666 commited on
Commit
452982a
·
verified ·
1 Parent(s): 12ff223

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +9 -4
app.py CHANGED
@@ -478,13 +478,18 @@ body > div > div,
478
  width: 88% !important;
479
  margin: 0 auto !important;
480
  padding: 28px 40px !important;
481
- background: rgba(8, 10, 20, 0.75) !important;
482
- backdrop-filter: blur(20px) saturate(1.2) !important;
483
- -webkit-backdrop-filter: blur(20px) saturate(1.2) !important;
484
  border-radius: 18px !important;
485
- border: 1px solid rgba(100, 180, 255, 0.08) !important;
486
  margin-top: 20px !important;
487
  margin-bottom: 20px !important;
 
 
 
 
 
 
 
488
  }
489
 
490
  /* panels — glass morphism only on interaction blocks */
 
478
  width: 88% !important;
479
  margin: 0 auto !important;
480
  padding: 28px 40px !important;
481
+ background: transparent !important;
 
 
482
  border-radius: 18px !important;
483
+ border: 1px solid transparent !important;
484
  margin-top: 20px !important;
485
  margin-bottom: 20px !important;
486
+ transition: background 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease !important;
487
+ }
488
+ .gradio-container:focus-within {
489
+ background: rgba(8, 10, 20, 0.75) !important;
490
+ backdrop-filter: blur(20px) saturate(1.2) !important;
491
+ -webkit-backdrop-filter: blur(20px) saturate(1.2) !important;
492
+ border-color: rgba(100, 180, 255, 0.08) !important;
493
  }
494
 
495
  /* panels — glass morphism only on interaction blocks */