mizzzuno commited on
Commit
9b627e8
·
verified ·
1 Parent(s): 8a0dd1e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -5
templates/index.html CHANGED
@@ -45,18 +45,17 @@
45
  メンバーを追加
46
  </button>
47
  <button
48
- onclick="showTalkdetail()"
49
  class="block px-4 py-2 text-sm hover:bg-gray-700"
50
  >
51
- 会話履歴を表示
52
  </button>
53
  <button
54
- onclick="showResults()"
55
  class="block px-4 py-2 text-sm hover:bg-gray-700"
56
  >
57
- フィードバックを表示
58
  </button>
59
- <!-- 追加したリセットボタン -->
60
  <button
61
  onclick="resetAction()"
62
  class="block px-4 py-2 text-sm hover:bg-gray-700"
 
45
  メンバーを追加
46
  </button>
47
  <button
48
+ onclick="showResults()"
49
  class="block px-4 py-2 text-sm hover:bg-gray-700"
50
  >
51
+ フィードバックを表示
52
  </button>
53
  <button
54
+ onclick="showTalkdetail()"
55
  class="block px-4 py-2 text-sm hover:bg-gray-700"
56
  >
57
+ 会話詳細を表示
58
  </button>
 
59
  <button
60
  onclick="resetAction()"
61
  class="block px-4 py-2 text-sm hover:bg-gray-700"