Spaces:
Running
on
Zero
Running
on
Zero
Julian Bilcke
commited on
Commit
·
49f2956
1
Parent(s):
cd4eaba
up
Browse files
app.py
CHANGED
|
@@ -1079,7 +1079,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 1079 |
prompt = gr.Text(
|
| 1080 |
label="Prompt",
|
| 1081 |
show_label=False,
|
| 1082 |
-
placeholder="
|
| 1083 |
container=False,
|
| 1084 |
)
|
| 1085 |
|
|
|
|
| 1079 |
prompt = gr.Text(
|
| 1080 |
label="Prompt",
|
| 1081 |
show_label=False,
|
| 1082 |
+
placeholder="Describe the current page",
|
| 1083 |
container=False,
|
| 1084 |
)
|
| 1085 |
|