Spaces:
Sleeping
Sleeping
Update templates/website.html
Browse files- templates/website.html +2 -0
templates/website.html
CHANGED
|
@@ -12,6 +12,8 @@
|
|
| 12 |
|
| 13 |
<button>Run</button>
|
| 14 |
</form>
|
|
|
|
| 15 |
<p style="text-align: center;">{{ output }}</p>
|
|
|
|
| 16 |
</body>
|
| 17 |
</html>
|
|
|
|
| 12 |
|
| 13 |
<button>Run</button>
|
| 14 |
</form>
|
| 15 |
+
{% for output in outputs %}
|
| 16 |
<p style="text-align: center;">{{ output }}</p>
|
| 17 |
+
{% endfor %}
|
| 18 |
</body>
|
| 19 |
</html>
|