Skip to content

Commit 0fc049f

Browse files
committed
update form
1 parent 88e0f0c commit 0fc049f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

demo/templates/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<meta name="author" content="Paperspace">
99
<title>Paperspace Detectron 2 Demo</title>
1010
<!-- CSS only -->
11-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
11+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
12+
crossorigin="anonymous">
1213
<style>
1314
.body-dark {
1415
background-color: #12141d;
@@ -27,8 +28,8 @@ <h2>Detectron2 Instance Segmentation</h2>
2728
<form action="/model-serving/{{ model_id}}/detect" method="POST" enctype="multipart/form-data">
2829
<div class="form-group">
2930
<label for="file1">File</label>
30-
<input type="file" class="form-control" id="file1" aria-describedby="file">
31-
<small id="file1" class="form-text text-muted">Select Image</small>
31+
<input type="file" class="form-control" id="file1" aria-describedby="file">
32+
<small id="file1help" class="form-text text-muted">Select Image</small>
3233
</div>
3334
<button type="submit" class="btn btn-primary">Submit</button>
3435
</form>

0 commit comments

Comments
 (0)