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
99ae752
•
1 Parent(s):
60d216a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -52,9 +52,9 @@ $chat
52
</div>
53
"""
54
html_card="""
55
-
<
div
class="chat_card">
56
$body
57
-
</
div
>
58
"""
59
60
52
</div>
53
"""
54
html_card="""
55
+
<
pre
class="chat_card">
56
$body
57
+
</
pre
>
58
"""
59
60