Spaces:
Runtime error
Runtime error
Commit
·
072fa66
1
Parent(s):
91f2be0
Update app.py
Browse files
app.py
CHANGED
@@ -74,11 +74,13 @@ image_flip_css = """
|
|
74 |
.input-image .image-preview img {
|
75 |
-webkit-transform: scaleX(-1);
|
76 |
transform: scaleX(-1) !important;
|
|
|
77 |
}
|
78 |
|
79 |
.output-image img {
|
80 |
-webkit-transform: scaleX(-1);
|
81 |
transform: scaleX(-1) !important;
|
|
|
82 |
}
|
83 |
"""
|
84 |
|
|
|
74 |
.input-image .image-preview img {
|
75 |
-webkit-transform: scaleX(-1);
|
76 |
transform: scaleX(-1) !important;
|
77 |
+
height: 40rem !important; width: 100% !important;
|
78 |
}
|
79 |
|
80 |
.output-image img {
|
81 |
-webkit-transform: scaleX(-1);
|
82 |
transform: scaleX(-1) !important;
|
83 |
+
height: 40rem !important; width: 100% !important;
|
84 |
}
|
85 |
"""
|
86 |
|