Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
153 |
label="Prompt",
|
154 |
show_label=False,
|
155 |
max_lines=1,
|
156 |
-
placeholder="Enter your prompt",
|
157 |
container=False,
|
158 |
)
|
159 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
|
|
153 |
label="Prompt",
|
154 |
show_label=False,
|
155 |
max_lines=1,
|
156 |
+
placeholder="✦︎ Enter your prompt",
|
157 |
container=False,
|
158 |
)
|
159 |
run_button = gr.Button("Run", scale=0, variant="primary")
|