From 3735ed4d8bd6b1a8ba83802cb951c6d7704dba9e Mon Sep 17 00:00:00 2001 From: Shroominic Date: Thu, 4 Apr 2024 14:20:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 6dc85064..b45394a8 100644 --- a/README.md +++ b/README.md @@ -115,23 +115,6 @@ Just open an issue or pull request and I will review it. Please also submit any bugs you find as an issue with a minimal code example or screenshot. This helps me a lot in improving the code. -Before submitting a pull request, please run the pre-commit hooks to ensure that the code is formatted correctly. - -```bash -pre-commit install -pre-commit run --all-files -``` - -Thanks! - -## Streamlit WebApp - -To start the web application created with streamlit: - -```bash -streamlit run frontend/app.py --browser.gatherUsageStats=False -``` - ## Contact You can contact me at [contact@shroominic.com](mailto:contact@shroominic.com).