fix background color

#7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(css="""
106
  padding: 15px;
107
  border: 1px solid #ddd;
108
  border-radius: 8px;
109
- background-color: #f9f9f9;
110
  }
111
  .section h3 {
112
  margin-top: 0;
 
106
  padding: 15px;
107
  border: 1px solid #ddd;
108
  border-radius: 8px;
109
+ background-color: #808080;
110
  }
111
  .section h3 {
112
  margin-top: 0;