aizanlabs commited on
Commit
542a973
1 Parent(s): fa8618b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -244,11 +244,11 @@ if __name__ == "__main__":
244
  def launch_interface():
245
  css_code = """
246
  .gradio-container {
247
- background-color: #daccdb;
248
  }
249
  /* Button styling for all buttons */
250
  button {
251
- background-color: #927fc7; /* Default color for all other buttons */
252
  color: black;
253
  border: 1px solid black;
254
  padding: 10px;
 
244
  def launch_interface():
245
  css_code = """
246
  .gradio-container {
247
+ background-color: #ffffff;
248
  }
249
  /* Button styling for all buttons */
250
  button {
251
+ background-color: #999999; /* Default color for all other buttons */
252
  color: black;
253
  border: 1px solid black;
254
  padding: 10px;