Update app.py
Browse files
app.py
CHANGED
|
@@ -299,6 +299,7 @@ custom_css = """
|
|
| 299 |
.output-container {
|
| 300 |
background: transparent !important;
|
| 301 |
border-radius: 15px !important;
|
|
|
|
| 302 |
border: 2px white solid ;
|
| 303 |
overflow: hidden !important;
|
| 304 |
box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
|
|
|
|
| 299 |
.output-container {
|
| 300 |
background: transparent !important;
|
| 301 |
border-radius: 15px !important;
|
| 302 |
+
padding: 10px;
|
| 303 |
border: 2px white solid ;
|
| 304 |
overflow: hidden !important;
|
| 305 |
box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
|