Chainlit is not working

0
import chainlit as cl
@cl.on_message
async def main(message: cl.Message):
    # Your custom logic goes here...

    # Send a response back to the user
    await cl.Message(
        content=f"Received: {message.content}",
    ).send()

sagemaker-user@default:~/chatbot2$ chainlit run app.py 2024-01-02 11:35:55 - Your app is available at http://localhost:8000

It is not running in sagemaker lab

Dipika
已提问 5 个月前45 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容