Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
ebdec97
1
Parent(s):
5f7afb5
Update app.py
Browse files
app.py
CHANGED
@@ -493,7 +493,7 @@ css = '''.gr-group{background-color: transparent}
|
|
493 |
#training_cost h2{margin-top: 10px;padding: 0.5em;border: 1px solid var(--block-border-color);font-size: 1.25em}
|
494 |
#training_cost h4{margin-top: 1.25em;margin-bottom: 0}
|
495 |
#training_cost small{font-weight: normal}
|
496 |
-
|
497 |
'''
|
498 |
theme = gr.themes.Monochrome(
|
499 |
text_size=gr.themes.Size(lg="18px", md="15px", sm="13px", xl="22px", xs="12px", xxl="24px", xxs="9px"),
|
|
|
493 |
#training_cost h2{margin-top: 10px;padding: 0.5em;border: 1px solid var(--block-border-color);font-size: 1.25em}
|
494 |
#training_cost h4{margin-top: 1.25em;margin-bottom: 0}
|
495 |
#training_cost small{font-weight: normal}
|
496 |
+
.accordion {color: var(--body-text-color)}
|
497 |
'''
|
498 |
theme = gr.themes.Monochrome(
|
499 |
text_size=gr.themes.Size(lg="18px", md="15px", sm="13px", xl="22px", xs="12px", xxl="24px", xxs="9px"),
|