delete title
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
f3ff499b1a
commit
6cea2a02c7
3
app.py
3
app.py
|
@ -28,9 +28,6 @@ def fill_masker(text):
|
||||||
|
|
||||||
|
|
||||||
with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
|
with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
|
||||||
gr.Markdown("""
|
|
||||||
<div align='center' ><font size='60'>完型填空</font></div>
|
|
||||||
""")
|
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
with gr.Column():
|
with gr.Column():
|
||||||
box1 = gr.Textbox(label="文本")
|
box1 = gr.Textbox(label="文本")
|
||||||
|
|
Loading…
Reference in New Issue