Spaces:
Runtime error
Runtime error
fix: text alignment
Browse files
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
|
| 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
|
| 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):
|