jvamvas commited on
Commit
1d42f1d
1 Parent(s): a2e759c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks(title=f"Prompting Challenge ({get_split()}") as demo:
25
 
26
  input_text = gr.Textbox(
27
  lines=10,
28
- label="Input Text",
29
  value="Unscramble the following sentence: {% shuffled_sentence %}"
30
  )
31
  submit_button = gr.Button("Submit")
 
25
 
26
  input_text = gr.Textbox(
27
  lines=10,
28
+ label="Prompt Template",
29
  value="Unscramble the following sentence: {% shuffled_sentence %}"
30
  )
31
  submit_button = gr.Button("Submit")