• This project
    • Loading...
  • Sign in

2020-2-capstone-design1 / HCG_project

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • HCG_project
  • src
  • templates
  • result.html
  • GyuhoLee's avatar
    [Add] Flask로 서버 구현 · 1a710e6c
    1a710e6c
    GyuhoLee authored 2020-12-06 18:35:53 +0900
result.html 362 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>유튜브 자막 요약 결과</title>
<meta charset="utf-8" />  
  </head>
  <body>  
    <div id="container" style="margin-left: 10%; margin-right: 20%">
        <h1>유튜브 자막 요약 결과</h1>
        <br><br>
        <h4>{{ result[0] }}</h4>
        {{ result[1] }}

    </div>
  </body>
</html>