prithivMLmods commited on
Commit
c5869ea
Β·
verified Β·
1 Parent(s): 282805d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -155,6 +155,12 @@ def load_predefined_images():
155
  return predefined_images
156
 
157
 
 
 
 
 
 
 
158
 
159
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
160
  gr.Markdown(DESCRIPTIONz)
 
155
  return predefined_images
156
 
157
 
158
+ css += """
159
+ input[type="text"]::placeholder {
160
+ color: pink !important;
161
+ }
162
+ """
163
+
164
 
165
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
166
  gr.Markdown(DESCRIPTIONz)