Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
limeiz
/
ChatbotLab
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
limeiz
commited on
Jun 5, 2025
Commit
4f86ed8
·
verified
·
1 Parent(s):
65fdc13
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
def random_message(message, history):
4
choices = ["yes", "no"]
1
import gradio as gr
2
+
import random
3
4
def random_message(message, history):
5
choices = ["yes", "no"]