wall-e-zz commited on
Commit
8293995
1 Parent(s): 462d7ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def flip_image(x):
8
  return np.fliplr(x)
9
 
10
  with gr.Blocks() as app:
11
- gr.Markdown("#翻转文本或图像")
12
  with gr.Tabs():
13
  with gr.TabItem("翻转文本"):
14
  text_input = gr.Textbox(label="输入")
 
8
  return np.fliplr(x)
9
 
10
  with gr.Blocks() as app:
11
+ gr.Markdown("# 翻转文本或图像")
12
  with gr.Tabs():
13
  with gr.TabItem("翻转文本"):
14
  text_input = gr.Textbox(label="输入")