Showing
2 changed files
with
5 additions
and
5 deletions
... | @@ -20,11 +20,8 @@ | ... | @@ -20,11 +20,8 @@ |
20 | </component> | 20 | </component> |
21 | <component name="ChangeListManager"> | 21 | <component name="ChangeListManager"> |
22 | <list default="true" id="b9decb0c-dc9e-4239-bdad-09ea8dd5179d" name="Default Changelist" comment=""> | 22 | <list default="true" id="b9decb0c-dc9e-4239-bdad-09ea8dd5179d" name="Default Changelist" comment=""> |
23 | - <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" /> | ||
24 | <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> | 23 | <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> |
25 | - <change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" /> | 24 | + <change beforePath="$PROJECT_DIR$/templates/result.html" beforeDir="false" afterPath="$PROJECT_DIR$/templates/result.html" afterDir="false" /> |
26 | - <change beforePath="$PROJECT_DIR$/style.css" beforeDir="false" /> | ||
27 | - <change beforePath="$PROJECT_DIR$/subtitle.py" beforeDir="false" afterPath="$PROJECT_DIR$/subtitle.py" afterDir="false" /> | ||
28 | </list> | 25 | </list> |
29 | <option name="SHOW_DIALOG" value="false" /> | 26 | <option name="SHOW_DIALOG" value="false" /> |
30 | <option name="HIGHLIGHT_CONFLICTS" value="true" /> | 27 | <option name="HIGHLIGHT_CONFLICTS" value="true" /> | ... | ... |
... | @@ -6,11 +6,14 @@ | ... | @@ -6,11 +6,14 @@ |
6 | <meta charset="utf-8" /> | 6 | <meta charset="utf-8" /> |
7 | </head> | 7 | </head> |
8 | <body> | 8 | <body> |
9 | - <div id="container" style="margin-left: 10%; margin-right: 20%"> | 9 | + <div id="container" style="margin-left: 10%; margin-right: 20%;"> |
10 | <h1>유튜브 자막 요약 결과</h1> | 10 | <h1>유튜브 자막 요약 결과</h1> |
11 | <br><br> | 11 | <br><br> |
12 | + <div style="margin: 10px; padding: 20px 50px 20px 50px; border: 2px solid #000000; border-radius: 10px; width: 60%; height: 450px; overflow: auto;"> | ||
12 | <h4>{{ result[0] }}</h4> | 13 | <h4>{{ result[0] }}</h4> |
13 | {{ result[1] }} | 14 | {{ result[1] }} |
15 | + </div> | ||
16 | + <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> | ||
14 | 17 | ||
15 | </div> | 18 | </div> |
16 | </body> | 19 | </body> | ... | ... |
-
Please register or login to post a comment