0x90e commited on
Commit
76429b6
·
1 Parent(s): 11ba83b

download button improvement

Browse files
Files changed (1) hide show
  1. app.py +14 -0
app.py CHANGED
@@ -18,6 +18,7 @@ css = '''
18
 
19
  .file-preview div div:nth-child(3) {
20
  text-align: right !important;
 
21
  }
22
 
23
  #preview_img {
@@ -31,6 +32,19 @@ css = '''
31
  min-height: initial !important;
32
  padding: 10px 0;
33
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  '''
35
 
36
  title = "ESRGAN Upscaling With Custom Models"
 
18
 
19
  .file-preview div div:nth-child(3) {
20
  text-align: right !important;
21
+ padding: 0.5rem 0;
22
  }
23
 
24
  #preview_img {
 
32
  min-height: initial !important;
33
  padding: 10px 0;
34
  }
35
+
36
+ #preview_file a {
37
+ border-radius: 0.5rem;
38
+ padding-top: 0.5rem;
39
+ padding-bottom: 0.5rem;
40
+ padding-left: 1rem;
41
+ padding-right: 1rem;
42
+ font-size: 1rem;
43
+ line-height: 1.5rem;
44
+ font-weight: 600;
45
+ color: white;
46
+ background-color: gray;
47
+ }
48
  '''
49
 
50
  title = "ESRGAN Upscaling With Custom Models"