ZakiKurdya commited on
Commit
cc0665c
·
verified ·
1 Parent(s): 836073e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Warning 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."
 
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."