shukdevdattaEX commited on
Commit
5a018ae
·
verified ·
1 Parent(s): c45163d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -427,7 +427,7 @@ custom_css = """
427
  }
428
 
429
  .gradio-container {
430
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
431
  }
432
 
433
  #main-container {
@@ -439,7 +439,7 @@ custom_css = """
439
  }
440
 
441
  .header-title {
442
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
443
  -webkit-background-clip: text;
444
  -webkit-text-fill-color: transparent;
445
  font-size: 3em;
 
427
  }
428
 
429
  .gradio-container {
430
+ background: linear-gradient(135deg, rgb(145 228 242) 0%, rgb(118, 75, 162) 100%) !important;
431
  }
432
 
433
  #main-container {
 
439
  }
440
 
441
  .header-title {
442
+ background: linear-gradient(135deg, rgb(108 58 198) 0%, rgb(18 121 44) 100%) text;
443
  -webkit-background-clip: text;
444
  -webkit-text-fill-color: transparent;
445
  font-size: 3em;