sanjaystarc commited on
Commit
0f1f1e5
Β·
verified Β·
1 Parent(s): fbef91b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -20
app.py CHANGED
@@ -176,26 +176,6 @@ section[data-testid="stSidebar"] {
176
  .stAlert { border-radius: 12px; }
177
  </style>""", unsafe_allow_html=True)
178
 
179
- /* Tabs */
180
- .stTabs [data-baseweb="tab-list"] {
181
- background: #10101e;
182
- border-radius: 12px;
183
- gap: 0.3rem;
184
- }
185
- .stTabs [data-baseweb="tab"] {
186
- background: transparent;
187
- color: #6a6a9a;
188
- border-radius: 10px;
189
- font-family: 'Syne', sans-serif;
190
- }
191
- .stTabs [aria-selected="true"] {
192
- background: rgba(108,99,255,0.2) !important;
193
- color: #6C63FF !important;
194
- }
195
- </style>
196
- """, unsafe_allow_html=True)
197
-
198
-
199
  # ─── Session State ────────────────────────────────────────────────────────────
200
  for key, default in {
201
  "df": None,
 
176
  .stAlert { border-radius: 12px; }
177
  </style>""", unsafe_allow_html=True)
178
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  # ─── Session State ────────────────────────────────────────────────────────────
180
  for key, default in {
181
  "df": None,