bergr7f commited on
Commit
4de5c25
1 Parent(s): b9ee4b2

fix: text alignment

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
113
  with gr.Row(equal_height=False):
114
  with gr.Column(scale=1):
115
  gr.Markdown("## **Evaluation task inputs**")
116
- gr.Markdown("*<span style='color: gray;'>Define the input names and values for the evaluation task. Inputs are optional if evaluation depends on the output only.</span>*")
117
  with gr.Group():
118
  inputs_task = gr.State([])
119
  new_input_name = gr.Textbox(label="Name")
@@ -147,7 +147,7 @@ with gr.Blocks() as demo:
147
 
148
  with gr.Column(scale=1):
149
  gr.Markdown("## **Evaluation task output**")
150
- gr.Markdown("*<span style='color: gray;'>Define the output name and value for the evaluation task. Output is always required.</span>*")
151
  with gr.Group():
152
  with gr.Row(equal_height=True):
153
  with gr.Column(min_width=60, scale=2):
 
113
  with gr.Row(equal_height=False):
114
  with gr.Column(scale=1):
115
  gr.Markdown("## **Evaluation task inputs**")
116
+ gr.Markdown("*<span style='color: gray;'>Define the input names and values. Inputs are optional if evaluation depends on the output only.</span>*")
117
  with gr.Group():
118
  inputs_task = gr.State([])
119
  new_input_name = gr.Textbox(label="Name")
 
147
 
148
  with gr.Column(scale=1):
149
  gr.Markdown("## **Evaluation task output**")
150
+ gr.Markdown("*<span style='color: gray;'>Define the output name and value. Output is always required.</span>*")
151
  with gr.Group():
152
  with gr.Row(equal_height=True):
153
  with gr.Column(min_width=60, scale=2):