greendra commited on
Commit
63210c8
·
verified ·
1 Parent(s): 6072bb7

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
+ :root {
77
+ --input-background-fill-focus: #0d1117;
78
+ }
79
  """
80
 
81
  # Build the Gradio UI with Blocks