modify title

This commit is contained in:
s486797 2024-08-24 13:38:32 +02:00
parent 3fa05dd4c5
commit 5f26155ce0

View File

@ -47,7 +47,7 @@
input[type="file"] {
padding: 10px;
margin: 0 20px; /* Spacing between the file input and images */
color: #ffdfba;
color: #45392c;
background-color: #333;
border: none;
border-radius: 5px;
@ -113,7 +113,7 @@
</style>
</head>
<body>
<h1>Style Transfer</h1>
<h1>Neural Style Transfer for images</h1>
<form id="upload-form" action="/" method="POST" enctype="multipart/form-data">
<div class="file-input-container">
<input type="file" id="content_image" name="content_image" required>