modify title
This commit is contained in:
parent
3fa05dd4c5
commit
5f26155ce0
@ -47,7 +47,7 @@
|
|||||||
input[type="file"] {
|
input[type="file"] {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 0 20px; /* Spacing between the file input and images */
|
margin: 0 20px; /* Spacing between the file input and images */
|
||||||
color: #ffdfba;
|
color: #45392c;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -113,7 +113,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Style Transfer</h1>
|
<h1>Neural Style Transfer for images</h1>
|
||||||
<form id="upload-form" action="/" method="POST" enctype="multipart/form-data">
|
<form id="upload-form" action="/" method="POST" enctype="multipart/form-data">
|
||||||
<div class="file-input-container">
|
<div class="file-input-container">
|
||||||
<input type="file" id="content_image" name="content_image" required>
|
<input type="file" id="content_image" name="content_image" required>
|
||||||
|
Loading…
Reference in New Issue
Block a user