Tsunnami commited on
Commit
65ff349
·
verified ·
1 Parent(s): ffc1a61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Evaluator")
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...")