lynz1910 commited on
Commit
842d604
·
verified ·
1 Parent(s): fe8cbba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -57,12 +57,13 @@ body {
57
  border-radius: 8px;
58
  }
59
 
60
- .gradio-tabs .tab1 {
61
- background-color: red !important; /* Red background for "Home" tab */
 
62
  }
63
 
64
- .gradio-tabs .tab2 {
65
- background-color: orange !important; /* Orange background for "Coba Sekarang" tab */
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 {