BhumikaMak commited on
Commit
fa59f50
·
verified ·
1 Parent(s): ea4d39a

background colour update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def view_model(selected_models):
62
  # CSS to style the Gradio components and HTML content
63
  custom_css = """
64
  body {
65
- background-color: #f0f0f0; /* Light grey background */
66
  }
67
 
68
  .custom-row {
 
62
  # CSS to style the Gradio components and HTML content
63
  custom_css = """
64
  body {
65
+ background-color: #f5f5dc; /* Light grey background */
66
  }
67
 
68
  .custom-row {