Spaces:
Sleeping
Sleeping
Update templates/home.html
Browse files- templates/home.html +2 -1
templates/home.html
CHANGED
|
@@ -31,7 +31,8 @@
|
|
| 31 |
<input type="file" id="file-upload" accept=".pdf,.doc,.txt" style="display:none">
|
| 32 |
<input type="file" id="image-upload" accept="image/*" style="display:none">
|
| 33 |
|
| 34 |
-
<script src="/static/
|
|
|
|
| 35 |
</body>
|
| 36 |
</html>
|
| 37 |
|
|
|
|
| 31 |
<input type="file" id="file-upload" accept=".pdf,.doc,.txt" style="display:none">
|
| 32 |
<input type="file" id="image-upload" accept="image/*" style="display:none">
|
| 33 |
|
| 34 |
+
<script src="/static/application.js"></script>
|
| 35 |
+
|
| 36 |
</body>
|
| 37 |
</html>
|
| 38 |
|