diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-13 23:30:59 +0100 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-13 23:30:59 +0100 |
commit | 3cbcc624643f2e765bc972273cd271320d79972c (patch) | |
tree | c09c5329ad63c932cc8bf44f0f70521d1f678fc0 /backend/microservice/PythonServer/project/api/templates/index.html | |
parent | 24679faf85c509e04c86f00dae1e6dbc08ce6e2a (diff) | |
parent | f1303df5d40e29e77e64d36b1b382609f5a3741c (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'backend/microservice/PythonServer/project/api/templates/index.html')
-rw-r--r-- | backend/microservice/PythonServer/project/api/templates/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/microservice/PythonServer/project/api/templates/index.html b/backend/microservice/PythonServer/project/api/templates/index.html new file mode 100644 index 00000000..98b35d52 --- /dev/null +++ b/backend/microservice/PythonServer/project/api/templates/index.html @@ -0,0 +1,4 @@ +<form class="" action="data" method="post"> + <input type="file" name="csvfile" value="Browse"> + <input type="submit" name="" value="Submit"> +</form>
\ No newline at end of file |