VLegio commited on
Commit
860e573
1 Parent(s): 7c797b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -94,6 +94,7 @@ with gr.Blocks(title=title) as demo:
94
  gr.HTML(f"<div style=\"text-align: center;\">\n<h1>🌍World - {title}</h1>\n</div>")
95
  with gr.Tab("Extract QA"):
96
  gr.Markdown(f"100% RNN RWKV-LM **trained on 100+ world languages**. Demo limited to ctxlen {ctx_limit}")
 
97
  with gr.Column():
98
  context = gr.Textbox(lines=2, label="Context", value='')
99
  question = gr.Textbox(lines=2, label="Question", placeholder="")
 
94
  gr.HTML(f"<div style=\"text-align: center;\">\n<h1>🌍World - {title}</h1>\n</div>")
95
  with gr.Tab("Extract QA"):
96
  gr.Markdown(f"100% RNN RWKV-LM **trained on 100+ world languages**. Demo limited to ctxlen {ctx_limit}")
97
+ with gr.Row():
98
  with gr.Column():
99
  context = gr.Textbox(lines=2, label="Context", value='')
100
  question = gr.Textbox(lines=2, label="Question", placeholder="")