refactor: cleanup everything and ready to use as template

This commit is contained in:
2025-02-11 11:14:46 +08:00
parent 83c7daefb9
commit ac14f7e45f
3 changed files with 181 additions and 147 deletions

5
run.sh
View File

@ -1 +1,4 @@
python -m streamlit run main.py
#!/usr/bin/env bash
# python -m streamlit run main.py
python3.12 -m streamlit run main.py