Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design1
/
HCG_project
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
Authored by
GyuhoLee
2020-12-07 18:13:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8c16bd88c7fca5d54b5d0959e08a9576626f1afc
8c16bd88
1 parent
1a710e6c
[Update] 결과 페이지 UI 개선
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
src/.idea/workspace.xml
src/templates/result.html
src/.idea/workspace.xml
View file @
8c16bd8
...
...
@@ -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"
/>
...
...
src/templates/result.html
View file @
8c16bd8
...
...
@@ -5,12 +5,15 @@
<title>
유튜브 자막 요약 결과
</title>
<meta
charset=
"utf-8"
/>
</head>
<body>
<div
id=
"container"
style=
"margin-left: 10%; margin-right: 20%"
>
<body>
<div
id=
"container"
style=
"margin-left: 10%; margin-right: 20%
;
"
>
<h1>
유튜브 자막 요약 결과
</h1>
<br><br>
<h4>
{{ result[0] }}
</h4>
{{ result[1] }}
<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>
...
...
Please
register
or
login
to post a comment