Omnibus commited on
Commit
881f4ce
·
verified ·
1 Parent(s): 8ad57cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -33,10 +33,7 @@ def get_concat_v_cut(in1, in2):
33
  dst.paste(im2, (0, im1.height))
34
  return dst
35
 
36
- css_="""
37
- --text_color_primary: #ffffff;
38
- --solid_color_bubble: #2c3d7d;
39
- """
40
 
41
  def run_script(url: str, height: int, width: int, check_b,check_h):
42
  mes_box=[]
 
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=[]