Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 208 Bytes

File metadata and controls

8 lines (7 loc) · 208 Bytes

Messenger

to install prerequisites of the application

pip install -r requirements.txt

to run the application

streamlit run main.py or python -m streamlit run main.py or py -m streamlit run main.py