Spaces:
Sleeping
Sleeping
[style] README.mdのヘッダー修正
Browse filesプロジェクトのREADME.mdファイルのヘッダー部分にスタイルの調整を行いました。具体的な変更内容は以下の通りです:
### ヘッダータグの変更
- `<h1>` タグのクローズ漏れを修正しました。不完全だったタグを閉じることで、HTMLの構造が正しく表示されるようになります。
- 余分な `<h2>` タグを削除しました。これにより、文書のセマンティック構造が改善され、視覚的な一貫性が保たれます。
この変更により、READMEファイルの可読性とマークアップの正確さが向上し、プロジェクトの公式文書としての品質が保たれます。
README.md
CHANGED
@@ -12,7 +12,7 @@ pinned: false
|
|
12 |
<p align="center">
|
13 |
<img src="https://media.githubusercontent.com/media/Sunwood-ai-labs/KotobaTranscriber/main/docs/ship2.gif" width="100%">
|
14 |
<br>
|
15 |
-
<h1 align="center">KotobaTranscriber
|
16 |
|
17 |
[](https://huggingface.co/spaces/Sunwood-ai-labs/KotobaTranscriber)
|
18 |
[](https://github.com/KotobaTranscriber/Sunwood-ai-labs "Go to GitHub repo")
|
@@ -23,9 +23,9 @@ pinned: false
|
|
23 |
[](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
|
24 |
[](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
|
25 |
|
|
|
26 |
<br>
|
27 |
|
28 |
-
</h2>
|
29 |
|
30 |
</p>
|
31 |
|
|
|
12 |
<p align="center">
|
13 |
<img src="https://media.githubusercontent.com/media/Sunwood-ai-labs/KotobaTranscriber/main/docs/ship2.gif" width="100%">
|
14 |
<br>
|
15 |
+
<h1 align="center">KotobaTranscriber
|
16 |
|
17 |
[](https://huggingface.co/spaces/Sunwood-ai-labs/KotobaTranscriber)
|
18 |
[](https://github.com/KotobaTranscriber/Sunwood-ai-labs "Go to GitHub repo")
|
|
|
23 |
[](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
|
24 |
[](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
|
25 |
|
26 |
+
</h1>
|
27 |
<br>
|
28 |
|
|
|
29 |
|
30 |
</p>
|
31 |
|