youngtsai commited on
Commit
c12f160
1 Parent(s): 071c658
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -445,22 +445,22 @@ def generate_summarise(df_string):
445
  5. 結論反思(為什麼我們要學這個?)
446
  6. 延伸小問題
447
 
448
- JSON format 為 \{
449
  "content_type": "資料",
450
  "summary": "整體摘要",
451
  "key_points": "條列式重點",
452
  "key_moments": [
453
- \{
454
  "start": "開始時間",
455
  "end": "結束時間",
456
  "text": "段落摘要"
457
- \},
458
  ...
459
  ],
460
  ]",
461
  "conclusion_reflection": "結論反思(為什麼我們要學這個?)",
462
  "extension_questions": "延伸小問題 LIST"
463
- \}
464
 
465
  """
466
 
 
445
  5. 結論反思(為什麼我們要學這個?)
446
  6. 延伸小問題
447
 
448
+ JSON format 為 {{
449
  "content_type": "資料",
450
  "summary": "整體摘要",
451
  "key_points": "條列式重點",
452
  "key_moments": [
453
+ {{
454
  "start": "開始時間",
455
  "end": "結束時間",
456
  "text": "段落摘要"
457
+ }},
458
  ...
459
  ],
460
  ]",
461
  "conclusion_reflection": "結論反思(為什麼我們要學這個?)",
462
  "extension_questions": "延伸小問題 LIST"
463
+ }}
464
 
465
  """
466