baconnier commited on
Commit
e4751b9
1 Parent(s): 831f27f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,7 +112,7 @@ class GradioInterface:
112
  background-size: cover;
113
  background-position: center;
114
  background-repeat: no-repeat;
115
- background-color: rgba(255, 255, 255, 0.5);
116
  background-blend-mode: overlay;
117
  }
118
  */
@@ -141,7 +141,7 @@ class GradioInterface:
141
  padding: 3px 40px !important; /* Reduced vertical padding to 3px */
142
  border: 1px solid #0066cc !important;
143
  border-radius: 10px !important;
144
- background-color: rgba(0, 102, 204, 0.25) !important;
145
  }
146
 
147
  .title-container * {
 
112
  background-size: cover;
113
  background-position: center;
114
  background-repeat: no-repeat;
115
+ background-color: rgba(255, 255, 255, 0.05);
116
  background-blend-mode: overlay;
117
  }
118
  */
 
141
  padding: 3px 40px !important; /* Reduced vertical padding to 3px */
142
  border: 1px solid #0066cc !important;
143
  border-radius: 10px !important;
144
+ background-color: rgba(0, 102, 204, 0.05) !important;
145
  }
146
 
147
  .title-container * {