Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="")
|