changxin commited on
Commit
7665ddb
·
1 Parent(s): a34e9ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ with demo:
141
  zz2_input = [gr.Textbox(placeholder='输入正则表达式,如"\d+"',label="输入正则表达式"),gr.Textbox(placeholder='正则匹配对象替换为啥',label="输入替换为的字符串"),gr.Textbox(placeholder='待替换对象',label="输入原始字符串")]
142
  zz2_output = gr.Textbox(label="输出",show_label=True)
143
  zz2_button = gr.Button("开始正则替换>>")
144
- with gr.TabItem("图表展示"):
145
  with gr.Row():
146
  with gr.Group():
147
  speed = gr.Slider(1, 30, 25, label="Speed")
 
141
  zz2_input = [gr.Textbox(placeholder='输入正则表达式,如"\d+"',label="输入正则表达式"),gr.Textbox(placeholder='正则匹配对象替换为啥',label="输入替换为的字符串"),gr.Textbox(placeholder='待替换对象',label="输入原始字符串")]
142
  zz2_output = gr.Textbox(label="输出",show_label=True)
143
  zz2_button = gr.Button("开始正则替换>>")
144
+ with gr.TabItem("图表展示1"):
145
  with gr.Row():
146
  with gr.Group():
147
  speed = gr.Slider(1, 30, 25, label="Speed")