RikkaBotan commited on
Commit
810c3db
·
verified ·
1 Parent(s): 82c5600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -198,7 +198,15 @@ h2, h3 {
198
  }
199
 
200
  .model-card, .result-card {
 
 
201
  color: #1e3a8a !important;
 
 
 
 
 
 
202
  }
203
 
204
  textarea, input {
 
198
  }
199
 
200
  .model-card, .result-card {
201
+ position: relative;
202
+ background: #ffffff !important;
203
  color: #1e3a8a !important;
204
+ box-shadow: 0 12px 20px rgba(60,120,255,0.18) !important;
205
+ }
206
+
207
+ .model-card::before,
208
+ .result-card::before {
209
+ content: none !important;
210
  }
211
 
212
  textarea, input {