rafaym commited on
Commit
4e0fe5b
·
verified ·
1 Parent(s): 6a98efb

ux: use placeholder instead of value in code editor so hint disappears on typing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -368,7 +368,7 @@ def build_app() -> gr.Blocks:
368
  label="Your Legesher code",
369
  language="python",
370
  lines=20,
371
- value="# Write your solution here using Legesher\n# Use native-language variable and function names\n",
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():