CodeDemoLaw / README.md
LuuNgoc2k2's picture
Update README.md
4ef3230 verified
# Run Streamlit Application
Install dependencies
```
pip install streamlit
```
### Run the Application
Run the following command in the terminal
```
streamlit run chat_app.py
```
Open a browser and access
If running locally, Streamlit will provide a URL, usually:
```
http://localhost:8501/
```
If running on a remote server, replace localhost with the corresponding IP address.