Spaces:
Build error
Build error
tmp
Browse files
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 |
-
|
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 |
|