rahul7star commited on
Commit
9704034
·
verified ·
1 Parent(s): d7fea9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -277,12 +277,12 @@ CUSTOM_CSS = """
277
  --bg: #f5f7fb;
278
  --panel: #ffffff;
279
  --panel-2: #f9fafc;
280
- --border: rgba(255,255,255,0.08);
281
- --text: #eef2ff;
282
- --muted: #a9b4d0;
283
- --accent: #7c9cff;
284
- --accent-2: #90e0ef;
285
- --shadow: 0 10px 30px rgba(0,0,0,0.25);
286
  }
287
 
288
  .gradio-container {
 
277
  --bg: #f5f7fb;
278
  --panel: #ffffff;
279
  --panel-2: #f9fafc;
280
+ --border: rgba(0,0,0,0.08);
281
+ --text: #1a1f36;
282
+ --muted: #6b7280;
283
+ --accent: #2563eb;
284
+ --accent-2: #0ea5e9;
285
+ --shadow: 0 8px 24px rgba(0,0,0,0.06);
286
  }
287
 
288
  .gradio-container {