Skip to content

Commit

Permalink
chainlit testing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannho committed May 24, 2024
1 parent 9f19969 commit dd824e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/apps/chainlit.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To test your app, you can use this command:

```sh
pip install -r requirements.txt
chainlit run app.py --host=0.0.0.0 --port=80 --headless
chainlit run app.py --host=0.0.0.0 --port=5000 --headless
```

Now, open [http://0.0.0.0:5000/](http://0.0.0.0:5000/) to see your app.
Expand Down

0 comments on commit dd824e0

Please sign in to comment.