zdxpan commited on
Commit
2694744
1 Parent(s): 7532c75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -320,12 +320,12 @@ with gr.Blocks() as demo:
320
  with gr.Row(): # 行排列
321
  with gr.Column(): # 列排列
322
  title = gr.Textbox("朝天区2023招聘事业单位工作人员公告",label="标题",interactive=True)
323
- a = gr.Textbox("xxxx",label="a")
324
  b = gr.Textbox(lines=2, value = "报名时间。2023年3月10日至3月17日24:00。", label="b",interactive=True)
325
- c = gr.Textbox(lines=2, value = "缴费时间。2023年0527 ", label="c",interactive=True)
326
- d = gr.Textbox(lines=2, value = "子标题1。笔试分别于2023年4月8日", label="d",interactive=True)
327
- e = gr.Textbox(lines=2, value = "子标题2。广元人事考试网打印本人准考证。", label="e",interactive=True)
328
- f = gr.Textbox(lines=2, value = "子标题3。 见准考证。", label="f",interactive=True)
329
 
330
  # movie_file = gr.Video(exam_video,label="movie")
331
  with gr.Column():
 
320
  with gr.Row(): # 行排列
321
  with gr.Column(): # 列排列
322
  title = gr.Textbox("朝天区2023招聘事业单位工作人员公告",label="标题",interactive=True)
323
+ a = gr.Textbox("标题1。内容",label="a")
324
  b = gr.Textbox(lines=2, value = "报名时间。2023年3月10日至3月17日24:00。", label="b",interactive=True)
325
+ c = gr.Textbox(lines=2, value = "子标题1。笔试分别于2023年48日", label="c",interactive=True)
326
+ d = gr.Textbox(lines=2, value = " ", label="d",interactive=True)
327
+ e = gr.Textbox(lines=2, value = " ", label="e",interactive=True)
328
+ f = gr.Textbox(lines=2, value = " ", label="f",interactive=True)
329
 
330
  # movie_file = gr.Video(exam_video,label="movie")
331
  with gr.Column():