Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def predict(image):
|
|
15 |
|
16 |
css = """
|
17 |
.gradio-container {
|
18 |
-
background-color: #
|
19 |
font-family: Arial, sans-serif;
|
20 |
}
|
21 |
.gr-button {
|
|
|
15 |
|
16 |
css = """
|
17 |
.gradio-container {
|
18 |
+
background-color: #007bff;
|
19 |
font-family: Arial, sans-serif;
|
20 |
}
|
21 |
.gr-button {
|