Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -191,13 +191,13 @@ with gr.Blocks() as lliface:
|
|
191 |
with gr.Tab("LingQ Addons ideas"):
|
192 |
gr.HTML("Extra functions needed - Persitent Sentence translation, UNWFWO, POS tagging and Word Count per user of words in their account")
|
193 |
with gr.Row():
|
194 |
-
with
|
195 |
gr.TextArea(title="Paste Roman")
|
196 |
-
with
|
197 |
gr.TextArea(title="Paste Word 4 Word")
|
198 |
-
with
|
199 |
gr.TextArea(title="Paste Full Meaning")
|
200 |
-
with
|
201 |
gr.TextArea(title="Macaronic Text")
|
202 |
with gr.Row():
|
203 |
gr.Interface()
|
|
|
191 |
with gr.Tab("LingQ Addons ideas"):
|
192 |
gr.HTML("Extra functions needed - Persitent Sentence translation, UNWFWO, POS tagging and Word Count per user of words in their account")
|
193 |
with gr.Row():
|
194 |
+
with gr.Column(scale=1):
|
195 |
gr.TextArea(title="Paste Roman")
|
196 |
+
with gr.Column(scale=1):
|
197 |
gr.TextArea(title="Paste Word 4 Word")
|
198 |
+
with gr.Column(scale=1):
|
199 |
gr.TextArea(title="Paste Full Meaning")
|
200 |
+
with gr.Column(scale=1):
|
201 |
gr.TextArea(title="Macaronic Text")
|
202 |
with gr.Row():
|
203 |
gr.Interface()
|