rafaym commited on
Commit
1e59643
·
verified ·
1 Parent(s): 6f4f067

Update app.py

Browse files

Placeholder for template code

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\n",
372
  )
373
 
374
  with gr.Row():