Tsunnami commited on
Commit
993563f
·
verified ·
1 Parent(s): f7f6e8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
23
  with gr.Row():
24
  with gr.Column():
25
  src_input = gr.Textbox(label="Source Text (English)", placeholder="Enter English text here...")
26
- mt_input = gr.Textbox(label="Machine Translation (Thai)", placeholder="Enter Thai translation here...")
27
  score_button = gr.Button("Evaluate Translation", variant="primary")
28
 
29
  with gr.Column():
 
23
  with gr.Row():
24
  with gr.Column():
25
  src_input = gr.Textbox(label="Source Text (English)", placeholder="Enter English text here...")
26
+ mt_input = gr.Textbox(label="Candidate Translation (Thai)", placeholder="Enter Thai translation here...")
27
  score_button = gr.Button("Evaluate Translation", variant="primary")
28
 
29
  with gr.Column():