nruto commited on
Commit
cb63621
·
verified ·
1 Parent(s): 461da53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def respond(
38
  # Custom CSS to change the title color
39
  opq = """
40
  .gradio-container h1 {
41
- color: red !important;
42
  }
43
  """
44
 
 
38
  # Custom CSS to change the title color
39
  opq = """
40
  .gradio-container h1 {
41
+ color: #40E0D0 !important;
42
  }
43
  """
44