kaikaidai commited on
Commit
93c6a19
1 Parent(s): 2f89cce

Changed variable mapping

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -342,13 +342,13 @@ with gr.Blocks(theme='default', css=CSS_STYLES) as demo:
342
  label="Eval Prompt",
343
  lines=1,
344
  value=DEFAULT_EVAL_PROMPT,
345
- placeholder="Type your eval prompt here... denote variables in {{curly brackets}} to be populated on the right.",
346
  show_label=True
347
  )
348
 
349
  # Right column - Variable Mapping
350
  with gr.Column(scale=1):
351
- gr.Markdown("### Variable Mapping")
352
  # Create inputs for up to 5 variables, with first two visible by default
353
  variable_rows = []
354
  for i in range(5):
 
342
  label="Eval Prompt",
343
  lines=1,
344
  value=DEFAULT_EVAL_PROMPT,
345
+ placeholder="Type your eval prompt here... denote input variables in {{curly brackets}}.",
346
  show_label=True
347
  )
348
 
349
  # Right column - Variable Mapping
350
  with gr.Column(scale=1):
351
+ gr.Markdown("### {{Input Variables}}")
352
  # Create inputs for up to 5 variables, with first two visible by default
353
  variable_rows = []
354
  for i in range(5):