Spaces:
Running
Running
ux: use placeholder instead of value in code editor so hint disappears on typing
Browse files
app.py
CHANGED
|
@@ -368,7 +368,7 @@ def build_app() -> gr.Blocks:
|
|
| 368 |
label="Your Legesher code",
|
| 369 |
language="python",
|
| 370 |
lines=20,
|
| 371 |
-
|
| 372 |
)
|
| 373 |
|
| 374 |
with gr.Row():
|
|
|
|
| 368 |
label="Your Legesher code",
|
| 369 |
language="python",
|
| 370 |
lines=20,
|
| 371 |
+
placeholder="# Write your solution here using Legesher\n# Use native-language variable and function names",
|
| 372 |
)
|
| 373 |
|
| 374 |
with gr.Row():
|