Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 501 Bytes

readme.md

File metadata and controls

25 lines (12 loc) · 501 Bytes

Create an Environment for Running Your Application (Recommended)

Type the Following command the terminal where you are going to create the application

python -m venv myenv

Activate Environmennt

myenv\Scripts\activate

Install the requirement Packages

pip install -r requirements.txt


To Run the Chat application

streamlit run app.py

1718438877740

1718438962499