Skip to content

Commit c96e093

Browse files
Roni-Friedmanelronbandel
authored andcommitted
space before group title
1 parent 5326b7f commit c96e093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unitxt/ui/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def display_json_button(element):
243243
)
244244
next_sample = gr.Button("Next Sample", interactive=False)
245245
with gr.Group() as prompt_group:
246-
prompts_title = gr.Markdown(" ## Prompt:")
246+
prompts_title = gr.Markdown(" ##   Prompt:")
247247
selected_prompt = gr.Textbox(
248248
lines=5,
249249
show_copy_button=True,
@@ -254,7 +254,7 @@ def display_json_button(element):
254254
target = gr.Textbox(lines=1, label="Target", scale=3)
255255

256256
with gr.Group(visible=False) as infer_group:
257-
infer_title = gr.Markdown(" ## Inference:")
257+
infer_title = gr.Markdown("##   Inference:")
258258

259259
prediction = gr.Textbox(
260260
lines=5,

0 commit comments

Comments
 (0)