rajistics commited on
Commit
761355c
Β·
1 Parent(s): e575db9

still trying

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ examples =[['test0.jpeg'],['./test1.jpeg'],['test2.jpeg']]
86
  #css = ".output-image, .input-image"
87
  #css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
88
  #css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
89
- css = ".output_image {height: 600px !important}, .input_image {height: 600px !important}"
90
 
91
  css = ".image-preview {height: auto !important;}"
92
 
 
86
  #css = ".output-image, .input-image"
87
  #css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
88
  #css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
89
+ css = ".output_image {height: 600px !important}, .input_image {height: 300px !important}"
90
 
91
  css = ".image-preview {height: auto !important;}"
92