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="文本")