Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def get_concat_v_cut(in1, in2):
|
|
| 33 |
dst.paste(im2, (0, im1.height))
|
| 34 |
return dst
|
| 35 |
|
| 36 |
-
css_="""--text_color_primary: #ffffff;--solid_color_bubble: #2c3d7d;"""
|
| 37 |
|
| 38 |
def run_script(url: str, height: int, width: int, check_b,check_h):
|
| 39 |
mes_box=[]
|
|
|
|
| 33 |
dst.paste(im2, (0, im1.height))
|
| 34 |
return dst
|
| 35 |
|
| 36 |
+
css_="""--solid_color_primary: #132241;--text_color_primary: #ffffff;--solid_color_bubble: #2c3d7d;--solid_color_tertiary: #223e69;--solid_color_block: #1a1f23;"""
|
| 37 |
|
| 38 |
def run_script(url: str, height: int, width: int, check_b,check_h):
|
| 39 |
mes_box=[]
|