Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def answer_question(context, question):
|
|
30 |
|
31 |
# 创建 Gradio 界面
|
32 |
with gr.Blocks(title="中文BERT问答系统") as demo:
|
33 |
-
gr.Markdown("##
|
34 |
|
35 |
with gr.Row():
|
36 |
context_input = gr.Textbox(label="📝 上下文(Context)", placeholder="请输入参考内容……", lines=6)
|
|
|
30 |
|
31 |
# 创建 Gradio 界面
|
32 |
with gr.Blocks(title="中文BERT问答系统") as demo:
|
33 |
+
gr.Markdown("## 请在下方分别输入上下文和问题。")
|
34 |
|
35 |
with gr.Row():
|
36 |
context_input = gr.Textbox(label="📝 上下文(Context)", placeholder="请输入参考内容……", lines=6)
|