diff options
Diffstat (limited to 'Web/Server/templates/index.html')
-rw-r--r-- | Web/Server/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <div id="upload"> - <h2>Select a file to upload</h2> + <h2>Upload a python file onto the Inverted Pendulum</h2> <p> {% with messages = get_flashed_messages() %} {% if messages %} |