Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Omnibus/Chatbot-Image-dev
Nymbo
/
Chatbot-Image-dev
like
0
Sleeping
App
Files
Files
Community
Omnibus
commited on
Feb 21
Commit
e3e4bdf
•
1 Parent(s):
68631fc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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: