From 6cea2a02c7a124a4b7fe2a17833b7ceff5d0fc63 Mon Sep 17 00:00:00 2001 From: songw Date: Wed, 26 Apr 2023 14:10:33 +0800 Subject: [PATCH] delete title --- app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.py b/app.py index bc3f64e..3d7b41e 100644 --- a/app.py +++ b/app.py @@ -28,9 +28,6 @@ def fill_masker(text): with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo: - gr.Markdown(""" -
完型填空
- """) with gr.Row(): with gr.Column(): box1 = gr.Textbox(label="文本")