Rajkhanke007 commited on
Commit
c9cc2fc
·
verified ·
1 Parent(s): 2f44a2c

Update templates/predict.html

Browse files
Files changed (1) hide show
  1. 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 Time Duration (seconds) for which motor should be On:</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">
 
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">