Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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;
|