Omnibus commited on
Commit
7b9f778
1 Parent(s): d091393

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,8 +24,9 @@ html_card="""
24
 
25
 
26
  def get_screenshot(chat,css=None):
 
27
  html_body=""
28
- for user,bot in history:
29
  print (f'user::{user}')
30
  print (f'bot::{bot}')
31
  html_body += html_user.format(chat=user)
 
24
 
25
 
26
  def get_screenshot(chat,css=None):
27
+ print(chat)
28
  html_body=""
29
+ for user,bot in chat:
30
  print (f'user::{user}')
31
  print (f'bot::{bot}')
32
  html_body += html_user.format(chat=user)