Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rchrdgwr
/
AIE4-16
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AIE4-16
/
test_chainlit.py
rchrdgwr
updates to chainlit app - 2 vector stores
46fc427
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
import
chainlit
as
cl
@cl.on_message
def
main
(
message:
str
):
return
cl.Message(content=
f"You said:
{message}
"
)