Update app.py
Browse files
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
|