Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
justinahsu/angrychatbot
justinahsu
/
chatbotgoogle
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
justinahsu
commited on
Oct 30, 2025
Commit
776c7ae
·
verified
·
1 Parent(s):
d81413b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -43,3 +43,5 @@ def chat_response(message, history):
43
"🙏 我不是故意惹你生氣的。",],
44
theme="soft",
45
)
43
"🙏 我不是故意惹你生氣的。",],
44
theme="soft",
45
)
46
+
47
+
demo.launch(share=True)