Spaces:
Sleeping
Sleeping
Commit
·
2879cae
1
Parent(s):
edaf1d3
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ css = """
|
|
| 132 |
justify-content: center; /* Center horizontally */
|
| 133 |
align-items: center; /* Center vertically */
|
| 134 |
/* [Existing styles] */
|
| 135 |
-
border-radius:
|
| 136 |
}
|
| 137 |
|
| 138 |
/* Automatically adjust photo size */
|
|
|
|
| 132 |
justify-content: center; /* Center horizontally */
|
| 133 |
align-items: center; /* Center vertically */
|
| 134 |
/* [Existing styles] */
|
| 135 |
+
border-radius: 5px; /* Rounded corners for the gallery */
|
| 136 |
}
|
| 137 |
|
| 138 |
/* Automatically adjust photo size */
|