Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -216,20 +216,9 @@ def update_history(new_image, history):
|
|
| 216 |
|
| 217 |
# --- CSS and Title (unchanged) ---
|
| 218 |
css = """
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
}
|
| 223 |
-
/* Add some spacing */
|
| 224 |
-
.gr-form > * {
|
| 225 |
-
margin-bottom: 10px;
|
| 226 |
-
}
|
| 227 |
-
.gr-button {
|
| 228 |
-
min-width: 100px; /* Ensure buttons have a minimum width */
|
| 229 |
-
}
|
| 230 |
-
/* Style the history gallery */
|
| 231 |
-
#history_gallery .gr-gallery {
|
| 232 |
-
min-height: 150px; /* Give gallery some minimum height */
|
| 233 |
}
|
| 234 |
"""
|
| 235 |
|
|
|
|
| 216 |
|
| 217 |
# --- CSS and Title (unchanged) ---
|
| 218 |
css = """
|
| 219 |
+
h1 {
|
| 220 |
+
text-align: center;
|
| 221 |
+
display: block;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
}
|
| 223 |
"""
|
| 224 |
|