JemeinAI commited on
Commit
7ffc1ff
·
verified ·
1 Parent(s): d8cc92b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("## 📘 中文BERT问答系统\n使用 `cgt/Roberta-wwm-ext-large-qa` 模型进行中文问答。\n请在下方分别输入上下文和问题。")
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)