Spaces:
Running
Running
Update static/talk_detail.js
Browse files- static/talk_detail.js +0 -8
static/talk_detail.js
CHANGED
@@ -13,14 +13,6 @@ async function displayTranscription() {
|
|
13 |
if (!data || !data.transcription) {
|
14 |
throw new Error("会話データが見つかりませんでした。");
|
15 |
}
|
16 |
-
/*
|
17 |
-
const formattedText = conversations
|
18 |
-
|
19 |
-
.map((conv) => `【${conv.speaker}】 ${conv.text}`)
|
20 |
-
.join("\n");
|
21 |
-
console.log("フォーマットテキスト:", formattedText);
|
22 |
-
transcriptionElement.textContent = formattedText;
|
23 |
-
*/
|
24 |
|
25 |
transcriptionElement.textContent = conversations;
|
26 |
loader.style.display = "none";
|
|
|
13 |
if (!data || !data.transcription) {
|
14 |
throw new Error("会話データが見つかりませんでした。");
|
15 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
transcriptionElement.textContent = conversations;
|
18 |
loader.style.display = "none";
|