Umair Khan
commited on
Commit
·
db72a46
1
Parent(s):
1a90954
remove css
Browse files
app.py
CHANGED
|
@@ -412,10 +412,6 @@ div#tahoe-logo {
|
|
| 412 |
margin-top: 20px;
|
| 413 |
margin-bottom: 20px;
|
| 414 |
}
|
| 415 |
-
#var-group .gr-checkbox > label {
|
| 416 |
-
font-size: 0.9em;
|
| 417 |
-
opacity: 0.9;
|
| 418 |
-
}
|
| 419 |
"""
|
| 420 |
with gr.Blocks(title=APP_TITLE, css=css) as demo:
|
| 421 |
|
|
|
|
| 412 |
margin-top: 20px;
|
| 413 |
margin-bottom: 20px;
|
| 414 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 415 |
"""
|
| 416 |
with gr.Blocks(title=APP_TITLE, css=css) as demo:
|
| 417 |
|