Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -279,7 +279,7 @@ def create_ri_trend_plot() -> go.Figure:
|
|
| 279 |
annotation_text="Excellent Harmony", annotation_position="top right")
|
| 280 |
fig.add_hrect(y0=60, y1=80, fillcolor="lightyellow", opacity=0.2,
|
| 281 |
annotation_text="Good Alignment", annotation_position="top right")
|
| 282 |
-
fig.add_hrect(y0=40, y1=60, fillcolor="
|
| 283 |
annotation_text="Mixed Energies", annotation_position="top right")
|
| 284 |
fig.add_hrect(y0=0, y1=40, fillcolor="lightcoral", opacity=0.2,
|
| 285 |
annotation_text="Challenging", annotation_position="top right")
|
|
@@ -500,13 +500,9 @@ def create_interface():
|
|
| 500 |
font-size: 14px !important;
|
| 501 |
padding: 8px 12px !important;
|
| 502 |
}
|
| 503 |
-
/* Fix oversized
|
| 504 |
-
.gr-
|
| 505 |
-
|
| 506 |
-
}
|
| 507 |
-
.gr-dropdown:after {
|
| 508 |
-
width: 12px !important;
|
| 509 |
-
height: 12px !important;
|
| 510 |
}
|
| 511 |
/* Normalize component sizes */
|
| 512 |
.gr-block {
|
|
|
|
| 279 |
annotation_text="Excellent Harmony", annotation_position="top right")
|
| 280 |
fig.add_hrect(y0=60, y1=80, fillcolor="lightyellow", opacity=0.2,
|
| 281 |
annotation_text="Good Alignment", annotation_position="top right")
|
| 282 |
+
fig.add_hrect(y0=40, y1=60, fillcolor="orange", opacity=0.2,
|
| 283 |
annotation_text="Mixed Energies", annotation_position="top right")
|
| 284 |
fig.add_hrect(y0=0, y1=40, fillcolor="lightcoral", opacity=0.2,
|
| 285 |
annotation_text="Challenging", annotation_position="top right")
|
|
|
|
| 500 |
font-size: 14px !important;
|
| 501 |
padding: 8px 12px !important;
|
| 502 |
}
|
| 503 |
+
/* Fix oversized dropdown arrows using a more robust selector */
|
| 504 |
+
.gr-dropdown > .wrap > .icon {
|
| 505 |
+
transform: scale(0.7) !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 506 |
}
|
| 507 |
/* Normalize component sizes */
|
| 508 |
.gr-block {
|