YannisK commited on
Commit
4ee6e9d
·
1 Parent(s): cc99112
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -154,10 +154,10 @@ description = "This is a visualization demo for the ICLR 2022 paper <b><a href='
154
  article = "<p style='text-align: center'><a href='https://github.com/naver/fire' target='_blank'>Original Github Repo</a></p>"
155
 
156
 
157
- css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
158
  # css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
159
  # css = ".output_image, .input_image {hieght: 1000px !important}"
160
- # css = ".input_image {height: 600px !important; width: 600px !important;} .output_image {height: 1200px !important; width: 600px !important;}"
161
  # css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
162
 
163
 
 
154
  article = "<p style='text-align: center'><a href='https://github.com/naver/fire' target='_blank'>Original Github Repo</a></p>"
155
 
156
 
157
+ # css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
158
  # css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
159
  # css = ".output_image, .input_image {hieght: 1000px !important}"
160
+ css = ".input_image, .input_image {height: 600px !important; width: 600px !important;} "
161
  # css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
162
 
163