Minor CSS update.
Browse files
app.py
CHANGED
|
@@ -348,6 +348,8 @@ div.program-title {
|
|
| 348 |
img.program-logo-image {
|
| 349 |
min-height: 4vh;
|
| 350 |
max-height: 4vh;
|
|
|
|
|
|
|
| 351 |
}
|
| 352 |
"""
|
| 353 |
|
|
@@ -483,7 +485,6 @@ with gradio.Blocks(css = css, theme = gradio.themes.Glass(secondary_hue=gradio.t
|
|
| 483 |
outputs = [ outputGallery ]
|
| 484 |
)
|
| 485 |
|
| 486 |
-
|
| 487 |
# ====== Run the GUI ========================================================
|
| 488 |
if __name__ == "__main__":
|
| 489 |
|
|
|
|
| 348 |
img.program-logo-image {
|
| 349 |
min-height: 4vh;
|
| 350 |
max-height: 4vh;
|
| 351 |
+
margin-left: auto;
|
| 352 |
+
margin-right: auto;
|
| 353 |
}
|
| 354 |
"""
|
| 355 |
|
|
|
|
| 485 |
outputs = [ outputGallery ]
|
| 486 |
)
|
| 487 |
|
|
|
|
| 488 |
# ====== Run the GUI ========================================================
|
| 489 |
if __name__ == "__main__":
|
| 490 |
|