enpaiva commited on
Commit
67aeb09
·
verified ·
1 Parent(s): 1a20c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -167,6 +167,12 @@ if __name__ == "__main__":
167
  padding: 20px;
168
  min-height: 600px;
169
  }
 
 
 
 
 
 
170
  """
171
 
172
  with gr.Blocks(
 
167
  padding: 20px;
168
  min-height: 600px;
169
  }
170
+
171
+ /* Gradio 5.x renders the image drop-zone with border-style:dashed via
172
+ the .placeholder class. Override to match the original solid look. */
173
+ .placeholder {
174
+ border-style: solid !important;
175
+ }
176
  """
177
 
178
  with gr.Blocks(