From 91b1f4117a37ddb83c3daae4a4475c02e6630efd Mon Sep 17 00:00:00 2001 From: Dat Nguyen Date: Sun, 1 Dec 2019 18:45:38 -0600 Subject: some more changes to make the website look better --- Web/Server/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Web/Server/templates/index.html') diff --git a/Web/Server/templates/index.html b/Web/Server/templates/index.html index 1350fdd..730d6c5 100644 --- a/Web/Server/templates/index.html +++ b/Web/Server/templates/index.html @@ -2,7 +2,7 @@ {% block content %}
-

Select a file to upload

+

Upload a python file onto the Inverted Pendulum

{% with messages = get_flashed_messages() %} {% if messages %} -- cgit v1.2.3