Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +4 -5
templates/index.html
CHANGED
@@ -45,18 +45,17 @@
|
|
45 |
メンバーを追加
|
46 |
</button>
|
47 |
<button
|
48 |
-
onclick="
|
49 |
class="block px-4 py-2 text-sm hover:bg-gray-700"
|
50 |
>
|
51 |
-
|
52 |
</button>
|
53 |
<button
|
54 |
-
onclick="
|
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"
|