Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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")
|