Compare commits
No commits in common. "10c0fd71f03bdcffc8d9a3d2c9171946d753e84b" and "1abdb0cbd2a1f071e819b792eea6cc337053c64f" have entirely different histories.
10c0fd71f0
...
1abdb0cbd2
3 changed files with 2 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,4 +4,3 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
static
|
static
|
||||||
*output.png
|
*output.png
|
||||||
user_data
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<h1>Upload Image</h1>
|
<h1>Upload Image</h1>
|
||||||
<form method="POST" action="/image" enctype="multipart/form-data">
|
<form method="POST" action="/image" enctype="multipart/form-data">
|
||||||
<input type="file" name="image">
|
<input type="file" name="image">
|
||||||
<input type="submit" value="Generate preview">
|
<input type="submit" value="Upload">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{% if filename %}
|
{% if filename %}
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
style="width: 40px"><br>
|
style="width: 40px"><br>
|
||||||
Y position: <input type="number" value="{{text2["pos"]}}" name="pos2" required
|
Y position: <input type="number" value="{{text2["pos"]}}" name="pos2" required
|
||||||
style="width: 40px"><br>
|
style="width: 40px"><br>
|
||||||
<input type="submit" value="Generate preview">
|
<input type="submit" value="Submit">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{% if filename %}
|
{% if filename %}
|
||||||
|
|
Loading…
Reference in a new issue