Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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)
|