Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus
/
Chatbot-Image-dev
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Omnibus
commited on
Feb 21, 2024
Commit
99ae752
·
verified
·
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