Update app.py
Browse files
app.py
CHANGED
@@ -57,12 +57,13 @@ body {
|
|
57 |
border-radius: 8px;
|
58 |
}
|
59 |
|
60 |
-
|
61 |
-
|
|
|
62 |
}
|
63 |
|
64 |
-
.gradio-
|
65 |
-
background-color: orange !important; /* Orange background for "Coba Sekarang"
|
66 |
}
|
67 |
|
68 |
.gradio-container::-webkit-scrollbar {
|
|
|
57 |
border-radius: 8px;
|
58 |
}
|
59 |
|
60 |
+
/* CSS untuk mengubah background color tab */
|
61 |
+
.gradio-tab-item:nth-child(1) {
|
62 |
+
background-color: red !important; /* Red background for the first tab ("Home") */
|
63 |
}
|
64 |
|
65 |
+
.gradio-tab-item:nth-child(2) {
|
66 |
+
background-color: orange !important; /* Orange background for the second tab ("Coba Sekarang") */
|
67 |
}
|
68 |
|
69 |
.gradio-container::-webkit-scrollbar {
|