Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dinna1
/
nono-chatbot
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5038547
nono-chatbot
/
app.py
dinna1
Create app.py
5038547
verified
29 days ago
raw
Copy download link
history
blame
Safe
172 Bytes
import
gradio
as
gr
def
respond
(
message
):
return
"ุฃูุง ูููู! ูุฏู ุฑุฏูู: "
+ message
gr.ChatInterface(fn=respond, title=
"ูููู ุดุงุช ุจูุช"
).launch()