Spaces:
Running on Zero

Raj Singh commited on
Commit
e536f7a
1 Parent(s): 459bc79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,13 +97,13 @@ css = """
97
  /* Target the ImageMask component using the custom class */
98
  .input-image {
99
  height: auto !important;
100
- max-height: 600px !important;
101
  }
102
 
103
  /* Media queries for responsive heights */
104
  @media (min-width: 1200px) {
105
  .input-image {
106
- height: 500px !important; /* Increased height for larger screens */
107
  }
108
  }
109
 
 
97
  /* Target the ImageMask component using the custom class */
98
  .input-image {
99
  height: auto !important;
100
+ max-height: 700px !important;
101
  }
102
 
103
  /* Media queries for responsive heights */
104
  @media (min-width: 1200px) {
105
  .input-image {
106
+ height: 600px !important; /* Increased height for larger screens */
107
  }
108
  }
109