Spaces:
Sleeping
Sleeping
Update templates/upload.html
Browse files- templates/upload.html +3 -0
templates/upload.html
CHANGED
|
@@ -103,6 +103,9 @@
|
|
| 103 |
<option value="Decision Tree">Decision Tree</option>
|
| 104 |
<option value="Random Forest">Random Forest</option>
|
| 105 |
</select>
|
|
|
|
|
|
|
|
|
|
| 106 |
</div>
|
| 107 |
|
| 108 |
<button type="submit" class="btn btn-primary btn-lg btn-block">Upload <i class="fas fa-upload"></i></button>
|
|
|
|
| 103 |
<option value="Decision Tree">Decision Tree</option>
|
| 104 |
<option value="Random Forest">Random Forest</option>
|
| 105 |
</select>
|
| 106 |
+
|
| 107 |
+
<label for="additional-question" class="form-label mt-3">Additional Question:</label>
|
| 108 |
+
<textarea id="question" name="question" class="form-control" rows="3" placeholder="Enter any additional information or question here..."></textarea>
|
| 109 |
</div>
|
| 110 |
|
| 111 |
<button type="submit" class="btn btn-primary btn-lg btn-block">Upload <i class="fas fa-upload"></i></button>
|