Spaces:
Sleeping
Sleeping
Update app.py
Browse filesPlaceholder for template code
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\n",
|
| 372 |
)
|
| 373 |
|
| 374 |
with gr.Row():
|