prithivMLmods commited on
Commit
c114569
·
verified ·
1 Parent(s): 65590d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ footer {
18
  '''
19
 
20
  css += """
21
- input[type="text"] {
22
  color: pink !important;
23
  }
24
  """
 
18
  '''
19
 
20
  css += """
21
+ input[type="text"]::placeholder {
22
  color: pink !important;
23
  }
24
  """