Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ font_css = """
|
|
26 |
"""
|
27 |
|
28 |
with gr.Blocks(theme=gr.themes.Soft(), css=font_css) as demo:
|
29 |
-
gr.Markdown("# ComeTH Translation Quality
|
30 |
with gr.Row():
|
31 |
with gr.Column():
|
32 |
src_input = gr.Textbox(label="Source Text (English)", placeholder="Enter English text here...")
|
|
|
26 |
"""
|
27 |
|
28 |
with gr.Blocks(theme=gr.themes.Soft(), css=font_css) as demo:
|
29 |
+
gr.Markdown("# ComeTH Translation Quality Estimator")
|
30 |
with gr.Row():
|
31 |
with gr.Column():
|
32 |
src_input = gr.Textbox(label="Source Text (English)", placeholder="Enter English text here...")
|