diff options
author | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-14 23:36:24 +0100 |
---|---|---|
committer | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-14 23:36:24 +0100 |
commit | b93854c0f0f9fe011aab6bdef324d236fd8dadc8 (patch) | |
tree | 98808e8b96b588b9d805f5001e8915d1cb367c43 /backend/microservice/PythonServer/project/api/templates/index.html | |
parent | 6aeb963fa64af9dc0ddf2f9aeaf1903a7db26afc (diff) | |
parent | 7ff5981a464b17f84b7e0268077c5ba6ec131e21 (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into frontendNaslovna
# Conflicts:
# frontend/angular.json
# frontend/src/app/app-routing.module.ts
# frontend/src/app/app.module.ts
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 |