Spaces:
Running
Running
move label to different column
Browse files
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...",
|