Update app.py
Browse files
app.py
CHANGED
@@ -72,9 +72,9 @@ js_code = """
|
|
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 {
|
80 |
position: absolute;
|
|
|
72 |
console.log('ghgh');
|
73 |
"""
|
74 |
css = """
|
75 |
+
body, .gradio-container, .gradio-app, .gradio-interface, .gr-box, .gr-row, .gr-column, .gr-textbox, .gr-button, .gr-image, .gr-accordion, .gr-checkbox-group, .gr-html {
|
76 |
background-color: black !important;
|
77 |
+
color: white !important; /* Optional: Set text color to white for better visibility */
|
78 |
}
|
79 |
div.float.svelte-1mwvhlq {
|
80 |
position: absolute;
|