Robert Rauch

Results 2 comments of Robert Rauch

> In your main application script add: `if __name__ == "__main__":` ` from chainlit.cli import run_chainlit` ` run_chainlit(__file__)` > > Then run the script from your IDE in debug mode....

> I believe this pull request ([Chainlit/docs#107](https://github.com/Chainlit/docs/pull/107)) is merged. I'm new to GitHub project (and contributing also!), but in my experience, merged pull requests are automatically closed. Why is it...