YannisK commited on
Commit
d72bf3a
·
1 Parent(s): 274f0f4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ article = "<p style='text-align: center'><a href='https://github.com/naver/fire'
142
  # css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
143
  # css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
144
  # css = ".output_image, .input_image {hieght: 1000px !important}"
145
- css = ".input_image {height: 600px !important} .output_image {height: 1200px !important}"
146
  # css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
147
 
148
 
 
142
  # css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
143
  # css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
144
  # css = ".output_image, .input_image {hieght: 1000px !important}"
145
+ css = ".input_image {height: 600px !important; width: 600px !important;} .output_image {height: 1200px !important; width: 600px !important;}"
146
  # css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
147
 
148