We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5326b7f commit c96e093Copy full SHA for c96e093
src/unitxt/ui/run.py
@@ -243,7 +243,7 @@ def display_json_button(element):
243
)
244
next_sample = gr.Button("Next Sample", interactive=False)
245
with gr.Group() as prompt_group:
246
- prompts_title = gr.Markdown(" ## Prompt:")
+ prompts_title = gr.Markdown(" ##   Prompt:")
247
selected_prompt = gr.Textbox(
248
lines=5,
249
show_copy_button=True,
@@ -254,7 +254,7 @@ def display_json_button(element):
254
target = gr.Textbox(lines=1, label="Target", scale=3)
255
256
with gr.Group(visible=False) as infer_group:
257
- infer_title = gr.Markdown(" ## Inference:")
+ infer_title = gr.Markdown("##   Inference:")
258
259
prediction = gr.Textbox(
260
0 commit comments