Spaces:
Runtime error
Runtime error
Commit
·
80f531b
1
Parent(s):
040507b
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 105 |
label="Short Prompt",
|
| 106 |
show_label=False,
|
| 107 |
max_lines=2,
|
| 108 |
-
placeholder="Enter a basic idea and click 'Magic Prompt'",
|
| 109 |
).style(
|
| 110 |
container=False,
|
| 111 |
)
|
|
|
|
| 105 |
label="Short Prompt",
|
| 106 |
show_label=False,
|
| 107 |
max_lines=2,
|
| 108 |
+
placeholder="Enter a basic idea and click 'Magic Prompt'. Got no ideas? No problem, Simply just hit the magic button!",
|
| 109 |
).style(
|
| 110 |
container=False,
|
| 111 |
)
|