ShellyR00 commited on
Commit
1bff3e7
·
verified ·
1 Parent(s): 8c7db08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -135,6 +135,9 @@ with gr.Blocks(css='''
135
  border-radius: 5px;
136
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
137
  }
 
 
 
138
  .custom-checkbox-group2 input[type="checkbox"] + label {
139
  margin-right: 10px; /* Space between checkboxes */
140
  cursor: pointer; /* Mouse pointer changes to indicate clickable area */
 
135
  border-radius: 5px;
136
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
137
  }
138
+ .slider-sweetness {
139
+ background: linear-gradient(to right, rgba(255, 220, 169, 0.8), rgba(250, 171, 120, 0.8));
140
+ }
141
  .custom-checkbox-group2 input[type="checkbox"] + label {
142
  margin-right: 10px; /* Space between checkboxes */
143
  cursor: pointer; /* Mouse pointer changes to indicate clickable area */