rishi9440 commited on
Commit
d7f113c
1 Parent(s): 0a0a011

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from io import BytesIO
7
  from src.utils import change_background, matte
8
  from src.st_style import apply_prod_style
9
 
10
- # apply_prod_style(st) # NOTE: Uncomment this for production!
11
 
12
  def V_SPACE(lines):
13
  for _ in range(lines):
 
7
  from src.utils import change_background, matte
8
  from src.st_style import apply_prod_style
9
 
10
+ apply_prod_style(st) # NOTE: Uncomment this for production!
11
 
12
  def V_SPACE(lines):
13
  for _ in range(lines):