Update app.py
Browse files
app.py
CHANGED
|
@@ -530,4 +530,5 @@ with gr.Blocks(title="Personal Color Styling") as demo:
|
|
| 530 |
)
|
| 531 |
|
| 532 |
if __name__ == "__main__":
|
| 533 |
-
demo.launch(css=CUSTOM_CSS, theme=gr.themes.Soft(primary_hue="amber"))
|
|
|
|
|
|
| 530 |
)
|
| 531 |
|
| 532 |
if __name__ == "__main__":
|
| 533 |
+
demo.launch(css=CUSTOM_CSS, theme=gr.themes.Soft(primary_hue="amber"))
|
| 534 |
+
|