feat:ボタンをスペースに配置

This commit is contained in:
2024-06-10 11:24:10 +09:00
parent c426bbf793
commit 52514b7197
10 changed files with 125 additions and 72 deletions

View File

@@ -24,4 +24,8 @@ python -m venv env
```bash
pip install -r requirements.txt
```
```
4. backend 起動
```bash
uvicorn app.main:app --reload
```