Ashrafb commited on
Commit
17d50ba
1 Parent(s): 38f9a32

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +7 -0
static/index.html CHANGED
@@ -6,6 +6,13 @@
6
  <meta charset="UTF-8">
7
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
  <title>Image Enhancement</title>
 
 
 
 
 
 
 
9
  </head>
10
  <body>
11
  <h1>Image Enhancement</h1>
 
6
  <meta charset="UTF-8">
7
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
  <title>Image Enhancement</title>
9
+ <style>
10
+ /* Style to make the image smaller */
11
+ #resultContainer img {
12
+ max-width: 100%;
13
+ height: auto;
14
+ }
15
+ </style>
16
  </head>
17
  <body>
18
  <h1>Image Enhancement</h1>