change title on page

This commit is contained in:
s486797 2024-08-24 14:46:50 +02:00
parent 5f26155ce0
commit 6b9ae538fd

View File

@ -113,14 +113,16 @@
</style>
</head>
<body>
<h1>Neural Style Transfer for images</h1>
<h1>Neural Style Transfer</h1>
<form id="upload-form" action="/" method="POST" enctype="multipart/form-data">
<div class="file-input-container">
<label for="content_image">Upload Content Image:</label>
<input type="file" id="content_image" name="content_image" required>
<img id="content-preview" class="image-preview" alt="Content Image Preview">
</div>
<div class="file-input-container">
<label for="style_image">Upload Style Image:</label>
<input type="file" id="style_image" name="style_image" required>
<img id="style-preview" class="image-preview" alt="Style Image Preview">
</div>