YannisK commited on
Commit
5d782f7
1 Parent(s): 7497da3
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -141,8 +141,8 @@ article = "<p style='text-align: center'><a href='https://github.com/naver/fire'
141
 
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 {height: 600px !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
 
 
141
 
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 {width: 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