DazDin commited on
Commit
8c58efd
1 Parent(s): eeb2102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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;