Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HanLee
/
Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ceaa8ef
Demo
/
app
/
app.py
HanLee
feat: 01_06 End
ceaa8ef
over 1 year ago
raw
Copy download link
history
blame
154 Bytes
import
chainlit
as
cl
@cl.on_message
async
def
main
(
message: cl.Message
):
response = message.content
await
cl.Message(content=response).send()