Spaces:
Running
Running
Update static/index.html
Browse files- static/index.html +7 -0
static/index.html
CHANGED
@@ -4,6 +4,13 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Image to Sketch</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
</head>
|
8 |
<body>
|
9 |
<h1>Image to Sketch</h1>
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Image to Sketch</title>
|
7 |
+
<style>
|
8 |
+
/* Style to make the image smaller */
|
9 |
+
#result img {
|
10 |
+
max-width: 100%;
|
11 |
+
height: auto;
|
12 |
+
}
|
13 |
+
</style>
|
14 |
</head>
|
15 |
<body>
|
16 |
<h1>Image to Sketch</h1>
|