Commit
·
13e5571
1
Parent(s):
0e849c1
change arrow margin
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from diffusers import StableDiffusionPipeline
|
|
| 14 |
|
| 15 |
css = '''
|
| 16 |
.instruction{position: absolute; top: 0;right: 0;margin-top: 0px !important}
|
| 17 |
-
.arrow{position: absolute;top: 0;right: -
|
| 18 |
#component-4, #component-3, #component-10{min-height: 0}
|
| 19 |
'''
|
| 20 |
model_to_load = "multimodalart/sd-fine-tunable"
|
|
|
|
| 14 |
|
| 15 |
css = '''
|
| 16 |
.instruction{position: absolute; top: 0;right: 0;margin-top: 0px !important}
|
| 17 |
+
.arrow{position: absolute;top: 0;right: -110px;margin-top: -8px !important}
|
| 18 |
#component-4, #component-3, #component-10{min-height: 0}
|
| 19 |
'''
|
| 20 |
model_to_load = "multimodalart/sd-fine-tunable"
|