DawnC commited on
Commit
ff9b8c0
1 Parent(s): 1c1c745

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
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("""