Update app.py
Browse files
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(
|