| <!DOCTYPE html> |
| <html lang="ko"> |
|
|
| <head> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <meta charset="utf-8"> |
| <title>Spakers in Text</title> |
| <link rel="stylesheet" href="{{ url_for('static', path='css/indexs.css') }}"> |
| </head> |
|
|
| <body> |
| <div class="background"> |
| <div class="header"> |
| <a href="/"> |
| <span class="title">Nouvel : Novel for you</span> |
| </a> |
| </div> |
| <div class="empty"></div> |
| <div class="box"> |
| <p class="subtitle">μλΉμ€ μκ°</p> |
| <div class="explain-box"> |
| <span class="explain">BERT λͺ¨λΈμ νμ©νμ¬ ν
μ€νΈ νμΌ λ΄μμ λ°νμλ₯Ό μΈμν μ μλ λͺ¨λΈμ
λλ€. |
| <br>μλμ μμνκΈ° λ²νΌμ λλ¬ ν
μ€νΈ νμΌμ μ
λ‘λνκ³ λͺ¨λΈμ |
| μ΄μ©ν λ°νμ μΈμ κ²°κ³Όλ₯Ό νμΈν μ μμ΅λλ€.</span> |
| </div> |
| <div class="buttonbox"> |
| <button onClick="location.href='put.html'" class="start-button"> |
| <span>μμνκΈ°</span> |
| </button> |
| </div> |
| </div> |
| <div class="foot"> |
| <div class="footer-text"> |
| <span>κ³ λ €λνκ΅ μ§λ₯μ 보 SW μμΉ΄λ°λ―Έ 5μ‘°</span> |
| </div> |
| </div> |
| </div> |
| </body> |
|
|
| </html> |