shayekh commited on
Commit
ea334af
Β·
verified Β·
1 Parent(s): 489394f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -2004,6 +2004,17 @@ def create_demo():
2004
  display: none !important;
2005
  }
2006
 
 
 
 
 
 
 
 
 
 
 
 
2007
  /* ── SCROLLBAR (Firefox + Chrome) ── */
2008
  * {
2009
  scrollbar-width: thin;
 
2004
  display: none !important;
2005
  }
2006
 
2007
+ /* ── MAIN PROGRESS BAR STYLING ── */
2008
+ .gradio-container .progress-container,
2009
+ .gradio-container .progress-text {
2010
+ color: #ffffff !important;
2011
+ font-weight: 700 !important;
2012
+ text-shadow: 0px 1px 4px rgba(0,0,0,0.9) !important;
2013
+ }
2014
+ .gradio-container .progress-level {
2015
+ background: linear-gradient(90deg, #8b5cf6, #c084fc) !important;
2016
+ }
2017
+
2018
  /* ── SCROLLBAR (Firefox + Chrome) ── */
2019
  * {
2020
  scrollbar-width: thin;