MLDeveloper commited on
Commit
64bf3aa
·
verified ·
1 Parent(s): d5973e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ tabs_css = """
22
  }
23
  /* Custom styling for tabs */
24
  .stTabs [data-baseweb="tab-list"] {
25
- background-color: White;
26
  border-radius: 20px;
27
  padding: 5px;
28
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
 
22
  }
23
  /* Custom styling for tabs */
24
  .stTabs [data-baseweb="tab-list"] {
25
+ background-color: white;
26
  border-radius: 20px;
27
  padding: 5px;
28
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);