aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove empty main.py fileHEADmainHsiangNianian2025-12-291-0/+0
|
* feat: initialize Streamlit app with basic title and instructionsHsiangNianian2025-12-291-6/+0
|
* refactor: remove frontend files and migrate to Python backendHsiangNianian2025-12-291-0/+6
- Deleted frontend configuration files including package.json, tsconfig.json, and vite.config.ts. - Removed favicon.ico and related assets. - Introduced a new Python script (main.py) with a simple greeting function. - Added pyproject.toml for Python project configuration and dependencies.