Update templates/predict.html
Browse files- templates/predict.html +1 -1
templates/predict.html
CHANGED
@@ -99,7 +99,7 @@
|
|
99 |
</div>
|
100 |
<div class="col-md-6">
|
101 |
<div class="form-group">
|
102 |
-
<label for="estimated_time">Estimated
|
103 |
<input type="text" class="form-control" id="estimated_time" value="{{ estimated_time_duration }} {{ time_unit }}" readonly>
|
104 |
</div>
|
105 |
<div class="gauge-container">
|
|
|
99 |
</div>
|
100 |
<div class="col-md-6">
|
101 |
<div class="form-group">
|
102 |
+
<label for="estimated_time">Estimated Motor On Time in Seconds:</label>
|
103 |
<input type="text" class="form-control" id="estimated_time" value="{{ estimated_time_duration }} {{ time_unit }}" readonly>
|
104 |
</div>
|
105 |
<div class="gauge-container">
|