KwabsHug commited on
Commit
7d4cd41
1 Parent(s): e5579ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 gradio.Column(scale=1):
195
  gr.TextArea(title="Paste Roman")
196
- with gradio.Column(scale=1):
197
  gr.TextArea(title="Paste Word 4 Word")
198
- with gradio.Column(scale=1):
199
  gr.TextArea(title="Paste Full Meaning")
200
- with gradio.Column(scale=1):
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()