GyuhoLee

[Update] 결과 페이지 UI 개선

......@@ -20,11 +20,8 @@
</component>
<component name="ChangeListManager">
<list default="true" id="b9decb0c-dc9e-4239-bdad-09ea8dd5179d" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/style.css" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/subtitle.py" beforeDir="false" afterPath="$PROJECT_DIR$/subtitle.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/templates/result.html" beforeDir="false" afterPath="$PROJECT_DIR$/templates/result.html" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......
......@@ -6,11 +6,14 @@
<meta charset="utf-8" />
</head>
<body>
<div id="container" style="margin-left: 10%; margin-right: 20%">
<div id="container" style="margin-left: 10%; margin-right: 20%;">
<h1>유튜브 자막 요약 결과</h1>
<br><br>
<div style="margin: 10px; padding: 20px 50px 20px 50px; border: 2px solid #000000; border-radius: 10px; width: 60%; height: 450px; overflow: auto;">
<h4>{{ result[0] }}</h4>
{{ result[1] }}
</div>
<button type="button" onclick="window.location.href='http://127.0.0.1:5000/'" style="margin-top: 15px; margin-left: 60%; height: 40px; width: 100px; font-size: 17px; border-radius: 5px;">돌아가기</button>
</div>
</body>
......