Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1250,6 +1250,16 @@ with gr.Blocks(css="""
|
|
1250 |
font-weight: 500;
|
1251 |
box-shadow: 0 2px 4px rgba(52, 199, 89, 0.2);
|
1252 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1253 |
""") as iface:
|
1254 |
|
1255 |
gr.HTML("""
|
|
|
1250 |
font-weight: 500;
|
1251 |
box-shadow: 0 2px 4px rgba(52, 199, 89, 0.2);
|
1252 |
}
|
1253 |
+
|
1254 |
+
.bonus-score .tooltip-text {
|
1255 |
+
width: 250px;
|
1256 |
+
line-height: 1.4;
|
1257 |
+
padding: 10px;
|
1258 |
+
}
|
1259 |
+
|
1260 |
+
.bonus-score .progress {
|
1261 |
+
background: linear-gradient(90deg, #48bb78, #68d391);
|
1262 |
+
}
|
1263 |
""") as iface:
|
1264 |
|
1265 |
gr.HTML("""
|