nos commited on
Commit
844d929
1 Parent(s): 4b60e66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -82,6 +82,7 @@ with gr.Blocks(height=500) as demo:
82
  strip_in_braces = gr.Checkbox(label="Strip Text in Braces", value=True)
83
  strip_diacritics_chk = gr.Checkbox(label="Strip Diacritics", value=True)
84
  translate_btn = gr.Button("Translate")
 
85
  translate_results = gr.JSON(label="Results")
86
  translate_btn.click(
87
  translate_texts,
 
82
  strip_in_braces = gr.Checkbox(label="Strip Text in Braces", value=True)
83
  strip_diacritics_chk = gr.Checkbox(label="Strip Diacritics", value=True)
84
  translate_btn = gr.Button("Translate")
85
+ with gr.Row():
86
  translate_results = gr.JSON(label="Results")
87
  translate_btn.click(
88
  translate_texts,