Spaces:
Runtime error
Runtime error
Commit
•
ff1f3d2
1
Parent(s):
a4c85bd
Update app.py
Browse files
app.py
CHANGED
@@ -459,6 +459,7 @@ css = '''
|
|
459 |
#custom_lora_structure{background: var(--block-background-fill)}
|
460 |
#custom_lora_btn{margin-top: auto;margin-bottom: 11px}
|
461 |
#random_btn{font-size: 300%}
|
|
|
462 |
'''
|
463 |
|
464 |
with gr.Blocks(css=css, delete_cache=(60, 3600)) as app:
|
|
|
459 |
#custom_lora_structure{background: var(--block-background-fill)}
|
460 |
#custom_lora_btn{margin-top: auto;margin-bottom: 11px}
|
461 |
#random_btn{font-size: 300%}
|
462 |
+
#component-11{align-self: stretch;}
|
463 |
'''
|
464 |
|
465 |
with gr.Blocks(css=css, delete_cache=(60, 3600)) as app:
|