steflommen
Results
1
comments of
steflommen
My solution: I've added the welcome page as a startup message by adding the following to main() ```python from pathlib import Path import chainlit as cl @cl.on_chat_start async def main():...