gauravlochab
commited on
Commit
·
e7ef8ef
1
Parent(s):
2532f44
modified app.py removed unncessory css blocks
Browse files
app.py
CHANGED
@@ -2681,24 +2681,8 @@ def dashboard():
|
|
2681 |
align-items: center !important;
|
2682 |
}
|
2683 |
|
2684 |
-
/*
|
2685 |
-
|
2686 |
-
content: "●";
|
2687 |
-
color: #e74c3c;
|
2688 |
-
margin-right: 5px;
|
2689 |
-
}
|
2690 |
-
|
2691 |
-
#adjusted_apr_toggle .gr-checkbox-label::before {
|
2692 |
-
content: "●";
|
2693 |
-
color: #2ecc71;
|
2694 |
-
margin-right: 5px;
|
2695 |
-
}
|
2696 |
-
|
2697 |
-
#roi_toggle .gr-checkbox-label::before {
|
2698 |
-
content: "●";
|
2699 |
-
color: #3498db;
|
2700 |
-
margin-right: 5px;
|
2701 |
-
}
|
2702 |
</style>
|
2703 |
""")
|
2704 |
|
|
|
2681 |
align-items: center !important;
|
2682 |
}
|
2683 |
|
2684 |
+
/* Colored indicators removed to fix HF Spaces rendering issues */
|
2685 |
+
/* The checkbox accent colors above provide sufficient visual distinction */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2686 |
</style>
|
2687 |
""")
|
2688 |
|