Smiley0707 commited on
Commit
1dda1ba
·
verified ·
1 Parent(s): d88eeeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -286,7 +286,7 @@ seafoam = Seafoam()
286
  # Include the CSS file content in your Gradio interface
287
  custom_css = """
288
  body, .gradio-container {
289
- background-color: #168f79; /* Light green background */
290
  color: black; /* Black text */
291
  }
292
 
 
286
  # Include the CSS file content in your Gradio interface
287
  custom_css = """
288
  body, .gradio-container {
289
+ background-color: #0b0f19;
290
  color: black; /* Black text */
291
  }
292