Omnibus commited on
Commit
cd134be
·
verified ·
1 Parent(s): 08d9533

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ def make_filename(inp):
69
  return filename
70
 
71
  def get_screenshot(chat,css_in,w,h,user_c,bot_c,background_c,font_c):
 
72
  if user_c:
73
  html_user=css.replace("background: #367bb9; #user_c",f"background: {user_c};")
74
  html_body=""
 
69
  return filename
70
 
71
  def get_screenshot(chat,css_in,w,h,user_c,bot_c,background_c,font_c):
72
+ print(user_c)
73
  if user_c:
74
  html_user=css.replace("background: #367bb9; #user_c",f"background: {user_c};")
75
  html_body=""