Omnibus commited on
Commit
e3e4bdf
1 Parent(s): 68631fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ $body
35
  """
36
 
37
 
38
- def get_screenshot(chat,css=None):
39
  print(chat)
40
  html_body=""
41
  for user,bot in chat:
 
35
  """
36
 
37
 
38
+ def get_screenshot(chat):
39
  print(chat)
40
  html_body=""
41
  for user,bot in chat: