shayekh commited on
Commit
b12dc67
Β·
verified Β·
1 Parent(s): 850f72a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -1721,6 +1721,19 @@ def create_demo():
1721
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
1722
  }
1723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1724
  /* ── GLOBAL TEXT OVERRIDES (Dark Theme) ── */
1725
  /* Force ALL text to be light on dark background */
1726
  .gradio-container,
 
1721
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
1722
  }
1723
 
1724
+ /* ── GLOBAL BACKGROUND OVERRIDES (Dark Theme) ── */
1725
+ /* Force label pills to be transparent so white text isn't invisible */
1726
+ .gradio-container label,
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;
1734
+ box-shadow: none !important;
1735
+ }
1736
+
1737
  /* ── GLOBAL TEXT OVERRIDES (Dark Theme) ── */
1738
  /* Force ALL text to be light on dark background */
1739
  .gradio-container,