mdsr commited on
Commit
33fd8b0
·
1 Parent(s): 268bc54

move label to different column

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,9 +111,9 @@ with gradio.Blocks(title=TITLE, head=CUSTOM_JS) as gradio_app:
111
  with gradio.Row():
112
  with gradio.Column():
113
  gradio.Markdown("## Input Text")
114
- gradio.Markdown("Write here (in selected language):")
115
  with gradio.Row():
116
  with gradio.Column():
 
117
  source_textbox = gradio.Textbox(
118
  lines=1,
119
  placeholder="Enter Text Here...",
 
111
  with gradio.Row():
112
  with gradio.Column():
113
  gradio.Markdown("## Input Text")
 
114
  with gradio.Row():
115
  with gradio.Column():
116
+ gradio.Markdown("Write here (in selected language):")
117
  source_textbox = gradio.Textbox(
118
  lines=1,
119
  placeholder="Enter Text Here...",