tywei08 commited on
Commit
4a11f75
·
verified ·
1 Parent(s): d31805d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -100,7 +100,8 @@ with gr.Blocks(css='''
100
  width: 100%;
101
  }
102
  .custom-input {
103
- background: yellow; /* Or any color you'd like */
 
104
  color: #333; /* Text color */
105
  padding: 10px; /* Padding inside the input */
106
  border: 2px solid #ddd; /* Border color */
 
100
  width: 100%;
101
  }
102
  .custom-input {
103
+ background: linear-gradient(to right, #E0FFFF, #E0A872, #FC6CA5); /* Or any color you'd like */
104
+ opacity: 0.8
105
  color: #333; /* Text color */
106
  padding: 10px; /* Padding inside the input */
107
  border: 2px solid #ddd; /* Border color */