[AF] form done dalam bentuk bahasa Indonesia
Browse files- web/templates/index.html +7 -7
web/templates/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
|
| 8 |
<!-- Link to Bootstrap CSS from CDN -->
|
| 9 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
|
|
@@ -17,12 +17,12 @@
|
|
| 17 |
</head>
|
| 18 |
<body>
|
| 19 |
<div class="container mt-5">
|
| 20 |
-
<h1 class="text-center">
|
| 21 |
<form method="POST" action="/answer">
|
| 22 |
<div class="row">
|
| 23 |
-
<div class="col"><label for="question">
|
| 24 |
</div>
|
| 25 |
-
<div class="row">
|
| 26 |
<div class="col">
|
| 27 |
<div class="form-group">
|
| 28 |
<input type="text" class="form-control" id="question" name="question" required/>
|
|
@@ -30,15 +30,15 @@
|
|
| 30 |
</div>
|
| 31 |
<div class="col">
|
| 32 |
<div class="form-group">
|
| 33 |
-
<button type="submit" class="btn btn-primary">
|
| 34 |
</div>
|
| 35 |
</div>
|
| 36 |
-
</div>
|
| 37 |
</form>
|
| 38 |
<div class="mt-3">
|
| 39 |
<p>Pertanyaan: <span id="question-display">{{ question }}</span></p>
|
| 40 |
<p>Jawaban: <span id="answer">{{ answer }}</span></p>
|
| 41 |
-
<p>Bert Score: <span id="bert_score_result">{{ bert_score_result }}</span></p>
|
| 42 |
</div>
|
| 43 |
</div>
|
| 44 |
</body>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Tanya Jawab Kuliah</title>
|
| 7 |
|
| 8 |
<!-- Link to Bootstrap CSS from CDN -->
|
| 9 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
|
|
|
|
| 17 |
</head>
|
| 18 |
<body>
|
| 19 |
<div class="container mt-5">
|
| 20 |
+
<h1 class="text-center">Tanya Jawab</h1>
|
| 21 |
<form method="POST" action="/answer">
|
| 22 |
<div class="row">
|
| 23 |
+
<div class="col"><label for="question">Ketik pertanyaan:</label></div>
|
| 24 |
</div>
|
| 25 |
+
<div class="row mt-2">
|
| 26 |
<div class="col">
|
| 27 |
<div class="form-group">
|
| 28 |
<input type="text" class="form-control" id="question" name="question" required/>
|
|
|
|
| 30 |
</div>
|
| 31 |
<div class="col">
|
| 32 |
<div class="form-group">
|
| 33 |
+
<button type="submit" class="btn btn-primary">Unggah</button>
|
| 34 |
</div>
|
| 35 |
</div>
|
| 36 |
+
</div>
|
| 37 |
</form>
|
| 38 |
<div class="mt-3">
|
| 39 |
<p>Pertanyaan: <span id="question-display">{{ question }}</span></p>
|
| 40 |
<p>Jawaban: <span id="answer">{{ answer }}</span></p>
|
| 41 |
+
<!-- <p>Bert Score: <span id="bert_score_result">{{ bert_score_result }}</span></p> -->
|
| 42 |
</div>
|
| 43 |
</div>
|
| 44 |
</body>
|