Update app.py
Browse files
app.py
CHANGED
|
@@ -598,7 +598,7 @@ with gr.Blocks(title="Moodle Question Image Converter", theme=soft_theme_edited)
|
|
| 598 |
|
| 599 |
# NEW: Placement selection
|
| 600 |
injection_position = gr.Radio(
|
| 601 |
-
label="
|
| 602 |
choices=["end", "middle"], # end=after everything, middle=between stem & options
|
| 603 |
value="end",
|
| 604 |
info="Choose where to place the warning: 'end' appends at bottom; 'middle' inserts between stem and options."
|
|
|
|
| 598 |
|
| 599 |
# NEW: Placement selection
|
| 600 |
injection_position = gr.Radio(
|
| 601 |
+
label="Prompt-Injection Placement",
|
| 602 |
choices=["end", "middle"], # end=after everything, middle=between stem & options
|
| 603 |
value="end",
|
| 604 |
info="Choose where to place the warning: 'end' appends at bottom; 'middle' inserts between stem and options."
|