shayekh commited on
Commit
21ee7bb
Β·
verified Β·
1 Parent(s): b12dc67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -1707,6 +1707,12 @@ def create_demo():
1707
  background-attachment: fixed !important;
1708
  color: #e2e8f0 !important;
1709
  font-family: 'Outfit', sans-serif !important;
 
 
 
 
 
 
1710
  }
1711
 
1712
  /* ── Glassmorphism Panels ── */
@@ -1727,7 +1733,9 @@ def create_demo():
1727
  .gradio-container .label-wrap,
1728
  .gradio-container .block label,
1729
  .gradio-container .block-info,
1730
- .gradio-container .block-title {
 
 
1731
  background: transparent !important;
1732
  background-color: transparent !important;
1733
  border: none !important;
 
1707
  background-attachment: fixed !important;
1708
  color: #e2e8f0 !important;
1709
  font-family: 'Outfit', sans-serif !important;
1710
+
1711
+ /* Force internal Gradio background variables to transparent */
1712
+ --block-label-background-fill: transparent !important;
1713
+ --block-title-background-fill: transparent !important;
1714
+ --background-fill-primary: transparent !important;
1715
+ --block-background-fill: transparent !important;
1716
  }
1717
 
1718
  /* ── Glassmorphism Panels ── */
 
1733
  .gradio-container .label-wrap,
1734
  .gradio-container .block label,
1735
  .gradio-container .block-info,
1736
+ .gradio-container .block-title,
1737
+ .gradio-container .form > .block > .label-wrap,
1738
+ .gradio-container .form .label-wrap {
1739
  background: transparent !important;
1740
  background-color: transparent !important;
1741
  border: none !important;