Update app.py
Browse files
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="
|
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():
|