greendra commited on
Commit
b64fadc
·
verified ·
1 Parent(s): 97e75f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -73,6 +73,9 @@ css = """
73
  margin-left: auto;
74
  margin-right: auto;
75
  }
 
 
 
76
  """
77
 
78
  # Build the Gradio UI with Blocks
 
73
  margin-left: auto;
74
  margin-right: auto;
75
  }
76
+ textarea:focus {
77
+ background: #0d1117 !important;
78
+ }
79
  """
80
 
81
  # Build the Gradio UI with Blocks