HAL1993 commited on
Commit
fc3d417
·
verified ·
1 Parent(s): 24649f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ body::before {
74
  content: "";
75
  display: block;
76
  height: 640px;
77
- background-color: #0f1117;
78
  }
79
  button[aria-label="Download"] {
80
  transform: scale(2.5);
 
74
  content: "";
75
  display: block;
76
  height: 640px;
77
+ background-color: var(--block-background-fill); /* Gradio's CSS variable */
78
  }
79
  button[aria-label="Download"] {
80
  transform: scale(2.5);