manabb commited on
Commit
7df78df
·
verified ·
1 Parent(s): ae0e205

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -419,8 +419,9 @@ css = """
419
  color: #ffffff !important;
420
  }
421
  #nrlchatbotLabe {
422
- background: linear-gradient(135deg, #00008B, #1a1a1a) !important;
423
- color: #ffffff !important;
 
424
  }
425
  """
426
 
 
419
  color: #ffffff !important;
420
  }
421
  #nrlchatbotLabe {
422
+ background-color: #00008B !important;
423
+ color: #ffffff !important;
424
+ font-size: 16px !important;
425
  }
426
  """
427