agentsvalley commited on
Commit
61232ed
·
verified ·
1 Parent(s): 956d411

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -58,6 +58,11 @@ input, textarea {
58
  padding: 10px;
59
  border-radius: 8px;
60
  }
 
 
 
 
 
61
  """
62
 
63
  with gr.Blocks(css=css) as demo:
 
58
  padding: 10px;
59
  border-radius: 8px;
60
  }
61
+ input:focus, textarea:focus {
62
+ background: #252537;
63
+ outline: 2px solid #ff416c;
64
+ color: white;
65
+ }
66
  """
67
 
68
  with gr.Blocks(css=css) as demo: