diff options
| author | Fuwn <[email protected]> | 2023-07-27 08:11:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-07-27 08:11:22 -0700 |
| commit | ce22680bf4acc007a5d9289d958df7b63947f47c (patch) | |
| tree | 26957de6ff66e20966da08b2a3829d57f48acd21 | |
| parent | fix(brec): split on whitespace for punciation fix (diff) | |
| download | hayai-ce22680bf4acc007a5d9289d958df7b63947f47c.tar.xz hayai-ce22680bf4acc007a5d9289d958df7b63947f47c.zip | |
feat(hayai): make submit more accessible
| -rw-r--r-- | hayai/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hayai/__init__.py b/hayai/__init__.py index 479c32f..6e003c6 100644 --- a/hayai/__init__.py +++ b/hayai/__init__.py @@ -131,7 +131,7 @@ def page(main_content: str, footer: str) -> str: <form method=post enctype=multipart/form-data> <input type="file" name="file"> - <input type="submit" value="アップロード"> + <input type="submit" value="Upload"> </form> <br> |