Ashrafb commited on
Commit
81399d6
·
verified ·
1 Parent(s): c3ab225

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +6 -0
static/index.html CHANGED
@@ -19,6 +19,12 @@
19
  border-radius: 20px;
20
  border: 2.5px solid transparent;
21
  }
 
 
 
 
 
 
22
 
23
 
24
  #loadingSpinner {
 
19
  border-radius: 20px;
20
  border: 2.5px solid transparent;
21
  }
22
+ #resultContainer img {
23
+ max-width: 100%;
24
+ max-height: 100%;
25
+ display: block;
26
+ margin: auto;
27
+ }
28
 
29
 
30
  #loadingSpinner {