Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -155,12 +155,6 @@ def load_predefined_images():
|
|
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)
|
|
|
155 |
return predefined_images
|
156 |
|
157 |
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
|
159 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
160 |
gr.Markdown(DESCRIPTIONz)
|