Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ with demo:
|
|
108 |
ocr_button = gr.Button("开始ocr识别")
|
109 |
with gr.TabItem("正则处理"):
|
110 |
with gr.Column():
|
111 |
-
zz1_input = [gr.
|
112 |
zz1_output = gr.Dataframe(label="输出正则匹配数据",show_label=True)
|
113 |
zz1_button = gr.Button("开始正则处理>>")
|
114 |
|
|
|
108 |
ocr_button = gr.Button("开始ocr识别")
|
109 |
with gr.TabItem("正则处理"):
|
110 |
with gr.Column():
|
111 |
+
zz1_input = [gr.Textbox(placeholder='请输入测试字符串,如"畅心语文100,数学666,英语95.7"',label="请输入测试内容"),gr.Textbox(placeholder='请输入正则表达式,如"\d+"',label="请输入正则表达式")]
|
112 |
zz1_output = gr.Dataframe(label="输出正则匹配数据",show_label=True)
|
113 |
zz1_button = gr.Button("开始正则处理>>")
|
114 |
|