Update app.py
Browse files
app.py
CHANGED
@@ -72,8 +72,8 @@ js_code = """
|
|
72 |
console.log('ghgh');
|
73 |
"""
|
74 |
css = """
|
75 |
-
body {
|
76 |
-
background-color: black;
|
77 |
color: white; /* Optional: Set text color to white for better visibility */
|
78 |
}
|
79 |
div.float.svelte-1mwvhlq {
|
|
|
72 |
console.log('ghgh');
|
73 |
"""
|
74 |
css = """
|
75 |
+
body, .gradio-container, .gradio-app, .gradio-interface, .gr-box, .gr-row, .gr-column {
|
76 |
+
background-color: black !important;
|
77 |
color: white; /* Optional: Set text color to white for better visibility */
|
78 |
}
|
79 |
div.float.svelte-1mwvhlq {
|