Spaces:
Paused
Paused
Update test_app.py
Browse files- test_app.py +1 -30
test_app.py
CHANGED
@@ -408,36 +408,7 @@ st.markdown("""
|
|
408 |
border: #CFB53B !important;
|
409 |
}
|
410 |
|
411 |
-
|
412 |
-
@media only screen and (max-width: 768px) {
|
413 |
-
.stTabs [data-baseweb="tab-list"] {
|
414 |
-
flex-direction: column;
|
415 |
-
gap: 4px;
|
416 |
-
padding: 4px;
|
417 |
-
width: 100% !important;
|
418 |
-
}
|
419 |
-
|
420 |
-
.stTabs [data-baseweb="tab"] {
|
421 |
-
width: 100% !important;
|
422 |
-
margin-bottom: 4px;
|
423 |
-
padding: 10px;
|
424 |
-
}
|
425 |
-
|
426 |
-
/* Adjust chart containers */
|
427 |
-
.stPlotlyChart {
|
428 |
-
width: 100% !important;
|
429 |
-
margin: 0 !important;
|
430 |
-
}
|
431 |
-
|
432 |
-
/* Stack columns vertically */
|
433 |
-
.stHorizontalBlock > div {
|
434 |
-
flex-direction: column !important;
|
435 |
-
}
|
436 |
-
|
437 |
-
/* Reduce padding in mobile */
|
438 |
-
.stApp > div {
|
439 |
-
padding: 0.5rem !important;
|
440 |
-
}
|
441 |
|
442 |
.stDataFrame {
|
443 |
border-radius: 10px;
|
|
|
408 |
border: #CFB53B !important;
|
409 |
}
|
410 |
|
411 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
412 |
|
413 |
.stDataFrame {
|
414 |
border-radius: 10px;
|