Spaces:
Runtime error
Runtime error
buletomato25
commited on
Commit
·
a13512b
1
Parent(s):
e21b19c
fix
Browse files
__pycache__/transcription.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/transcription.cpython-310.pyc and b/__pycache__/transcription.cpython-310.pyc differ
|
|
|
templates/feedback.html
CHANGED
|
@@ -139,6 +139,9 @@
|
|
| 139 |
<button onclick="showUserRegister()">
|
| 140 |
<i class="fas fa-user-plus"></i> メンバーを追加
|
| 141 |
</button>
|
|
|
|
|
|
|
|
|
|
| 142 |
<button onclick="showRecorder()">
|
| 143 |
<i class="fas fa-microphone"></i> 録音画面を表示
|
| 144 |
</button>
|
|
|
|
| 139 |
<button onclick="showUserRegister()">
|
| 140 |
<i class="fas fa-user-plus"></i> メンバーを追加
|
| 141 |
</button>
|
| 142 |
+
<button onclick="showUserSelect()">
|
| 143 |
+
<i class="fas fa-users"></i> メンバーを選択
|
| 144 |
+
</button>
|
| 145 |
<button onclick="showRecorder()">
|
| 146 |
<i class="fas fa-microphone"></i> 録音画面を表示
|
| 147 |
</button>
|
templates/talkDetail.html
CHANGED
|
@@ -127,6 +127,9 @@
|
|
| 127 |
<button onclick="showUserRegister()">
|
| 128 |
<i class="fas fa-user-plus"></i> メンバーを追加
|
| 129 |
</button>
|
|
|
|
|
|
|
|
|
|
| 130 |
<button onclick="showRecorder()">
|
| 131 |
<i class="fas fa-microphone"></i> 録音画面を表示
|
| 132 |
</button>
|
|
|
|
| 127 |
<button onclick="showUserRegister()">
|
| 128 |
<i class="fas fa-user-plus"></i> メンバーを追加
|
| 129 |
</button>
|
| 130 |
+
<button onclick="showUserSelect()">
|
| 131 |
+
<i class="fas fa-users"></i> メンバーを選択
|
| 132 |
+
</button>
|
| 133 |
<button onclick="showRecorder()">
|
| 134 |
<i class="fas fa-microphone"></i> 録音画面を表示
|
| 135 |
</button>
|